certmanager v1.21.1

ClusterIssuer.spec.acme.solvers[].selector.matchLabels.spec.ca

CA configures this issuer to sign certificates using a signing CA keypair stored in a Secret resource. This is used to build internal PKIs that are managed by cert-manager.

4 fields
ClusterIssuer.spec.acme.solvers[].selector.matchLabels.spec.ca fields and descriptions
Field / TypeDescription
string[]

The CRL distribution points is an X.509 v3 certificate extension which identifies the location of the CRL from which the revocation of this certificate can be checked. If not set, certificates will be issued without distribution points set.

  • x-kubernetes-list-type: "atomic"
string[]

IssuingCertificateURLs is a list of URLs which this issuer should embed into certificates it creates. See https://www.rfc-editor.org/rfc/rfc5280#section-4.2.2.1 for more details. As an example, such a URL might be "http://ca.domain.com/ca.crt".

  • x-kubernetes-list-type: "atomic"
string[]

The OCSP server list is an X.509 v3 extension that defines a list of URLs of OCSP responders. The OCSP responders can be queried for the revocation status of an issued certificate. If not set, the certificate will be issued with no OCSP servers set. For example, an OCSP server URL could be "http://ocsp.int-x3.letsencrypt.org".

  • x-kubernetes-list-type: "atomic"
secretName
string required

SecretName is the name of the secret used to sign Certificates issued by this Issuer.