Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple certificate_status filter #7

Open
annybs opened this issue Feb 13, 2024 · 0 comments
Open

Multiple certificate_status filter #7

annybs opened this issue Feb 13, 2024 · 0 comments
Labels

Comments

@annybs
Copy link
Collaborator

annybs commented Feb 13, 2024

At the moment, listCertificates() only supports filtering by a single certificate_status:

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.

@annybs annybs added the feature label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant