Current status of certificate.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_status", "title": "tls-certificates-and-hostnames_certificate_status", "description": "Current status of certificate.", "enum": [ "initializing", "authorizing", "active", "expired", "issuing", "timing_out", "pending_deployment" ], "example": "active", "type": "string" }