certStatus property

String? certStatus
getter/setter pair

The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain. Possible string values are:

  • "CERT_STATUS_UNSPECIFIED" : Unspecified certificate provisioning status.
  • "CERT_PENDING" : Waiting for certificate challenge to be created.
  • "CERT_MISSING" : Waiting for certificate challenge to be met.
  • "CERT_PROCESSING" : Certificate challenge met; attempting to acquire/propagate certificate.
  • "CERT_PROPAGATING" : Certificate obtained; propagating to the CDN.
  • "CERT_ACTIVE" : Certificate provisioned and deployed across the CDN.
  • "CERT_ERROR" : Certificate provisioning failed in a non-recoverable manner.

Implementation

core.String? certStatus;