certmanager v1.7
ClusterIssuer.spec.acme.solvers.http01.ingress.podTemplate.spec
Desired state of the ClusterIssuer resource.
| Field / Type | Description |
|---|---|
ACME configures this issuer to communicate with a RFC8555 (ACME) server to obtain signed x509 certificates. | |
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. | |
SelfSigned configures this issuer to 'self sign' certificates using the private key used to create the CertificateRequest object. | |
Vault configures this issuer to sign certificates using a HashiCorp Vault PKI backend. | |
Venafi configures this issuer to sign certificates using a Venafi TPP or Venafi Cloud policy zone. |