CertificateRequest.status
Status of the CertificateRequest. This is set and managed automatically.
| Field / Type | Description |
|---|---|
ca | The PEM encoded x509 certificate of the signer, also known as the CA (Certificate Authority). This is set on a best-effort basis by different issuers. If not set, the CA is assumed to be unknown/not available.
|
certificate | The PEM encoded x509 certificate resulting from the certificate signing request. If not set, the CertificateRequest has either not been completed or has failed. More information on failure can be found by checking the `conditions` field.
|
List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready` and `InvalidRequest`. | |
failureTime | FailureTime stores the time that this CertificateRequest failed. This is used to influence garbage collection and back-off.
|