-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
At the moment, listCertificates() only supports filtering by a single certificate_status:
Line 77 in 6f32466
| certificate_status?: 'draft' | 'pending_validation' | 'issued' | 'cancelled' | 'expiring_soon' | 'expire' |
ZeroSSL documentation indicates this can be provided as a comma-separated list to support multiple values. This could be accomplished by accepting an array filter and joining it in the query string.