Class State (1.12.1)

State(value)

The state of a CertificateAuthority, indicating if it can be used.

Enums

Name Description
STATE_UNSPECIFIED Not specified.
ENABLED Certificates can be issued from this CA. CRLs will be generated for this CA.
DISABLED Certificates cannot be issued from this CA. CRLs will still be generated.
PENDING_ACTIVATION Certificates cannot be issued from this CA. CRLs will not be generated.
PENDING_DELETION Certificates cannot be issued from this CA. CRLs will not be generated.