CommonName is a common name to be used on the Certificate. The CommonName should have a length of 64 characters or fewer to avoid generating invalid CSRs. This value is ignored by TLS clients when any subject alt name is set. This is x509 behaviour: https://tools.ietf.org/html/rfc6125#section-6.4.4
DNSNames is a list of DNS subjectAltNames to be set on the Certificate.
The requested 'duration' (i.e. lifetime) of the Certificate. This option may be ignored/overridden by some issuer types. If unset this defaults to 90 days. Certificate will be renewed either 2/3 through its duration or renewBefore
period before its expiry, whichever is later. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration
EmailAddresses is a list of email subjectAltNames to be set on the Certificate.
EncodeUsagesInRequest controls whether key usages should be present in the CertificateRequest
IPAddresses is a list of IP address subjectAltNames to be set on the Certificate.
IsCA will mark this Certificate as valid for certificate signing. This will automatically add the cert sign
usage to the list of usages
.
IssuerRef is a reference to the issuer for this certificate. If the kind
field is not set, or set to Issuer
, an Issuer resource with the given name in the same namespace as the Certificate will be used. If the kind
field is set to ClusterIssuer
, a ClusterIssuer with the provided name will be used. The name
field in this stanza is required at all times.
Keystores configures additional keystore output formats stored in the secretName
Secret resource.
Options to control private keys used for the Certificate.
How long before the currently issued certificate's expiry cert-manager should renew the certificate. The default is 2/3 of the issued certificate's duration. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration
revisionHistoryLimit is the maximum number of CertificateRequest revisions that are maintained in the Certificate's history. Each revision represents a single CertificateRequest
created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number. If set, revisionHistoryLimit must be a value of 1
or greater. If unset (nil
), revisions will not be garbage collected. Default value is nil
.
SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer.
SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292
Full X509 name specification (https://golang.org/pkg/crypto/x509/pkix/#Name).
URIs is a list of URI subjectAltNames to be set on the Certificate.
Usages is the set of x509 usages that are requested for the certificate. Defaults to digital signature
and key encipherment
if not specified.
Generated using TypeDoc
Desired state of the Certificate resource.
CertificateSpec