certmanager v1.21.1

Issuer.spec.acme.solvers.dns01.cloudflare.apiKeySecretRef.spec

Desired state of the Issuer resource.

5 fields
Issuer.spec.acme.solvers.dns01.cloudflare.apiKeySecretRef.spec fields and descriptions
Field / TypeDescription
object

ACME configures this issuer to communicate with a RFC8555 (ACME) server to obtain signed x509 certificates.

object

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.

object

SelfSigned configures this issuer to 'self sign' certificates using the private key used to create the CertificateRequest object.

object

Vault configures this issuer to sign certificates using a HashiCorp Vault PKI backend.

object

Venafi configures this issuer to sign certificates using a CyberArk Certificate Manager Self-Hosted or SaaS policy zone.

  • x-kubernetes-validations: [{"message":"exactly one of tpp, cloud, or ngts must be configured","rule":"(has(self.tpp) ? 1 : 0) + (has(self.cloud) ? 1 : 0) + (has(self.ngts) ? 1 : 0) == 1"}]