Skip to content

Multiple certificate_status filter #7

@annybs

Description

@annybs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions