certState property

String? certState
getter/setter pair

Tracks SSL certificate status for the domain.

Output only. Possible string values are:

  • "CERT_STATE_UNSPECIFIED" : The certificate's state is unspecified. The message is invalid if this is unspecified.
  • "CERT_PREPARING" : The initial state of every certificate, represents App Hosting's intent to create a certificate before requests to a Certificate Authority are made.
  • "CERT_VALIDATING" : App Hosting is validating whether a domain name's DNS records are in a state that allow certificate creation on its behalf.
  • "CERT_PROPAGATING" : The certificate was recently created, and needs time to propagate in App Hosting's load balancers.
  • "CERT_ACTIVE" : The certificate is active, providing secure connections for the domain names it represents.
  • "CERT_EXPIRING_SOON" : The certificate is expiring, all domain names on it will be given new certificates.
  • "CERT_EXPIRED" : The certificate has expired. App Hosting can no longer serve secure content on your domain name.

Implementation

core.String? certState;