certmanager v1.7

CertificateRequest.status

Status of the CertificateRequest. This is set and managed automatically.

4 fields
CertificateRequest.status fields and descriptions
Field / TypeDescription
ca
string

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.

  • format: byte
certificate
string

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.

  • format: byte
object[]

List of status conditions to indicate the status of a CertificateRequest. Known condition types are `Ready` and `InvalidRequest`.

failureTime
string

FailureTime stores the time that this CertificateRequest failed. This is used to influence garbage collection and back-off.

  • format: date-time