certmanager v1.14

ClusterIssuer.spec.acme.solvers.http01.ingress.ingressTemplate.spec.acme.solvers

Solvers is a list of challenge solvers that will be used to solve ACME challenges for the matching domains. Solver configurations must be provided in order to obtain certificates from an ACME server. For more information, see: https://cert-manager.io/docs/configuration/acme/

3 fields
ClusterIssuer.spec.acme.solvers.http01.ingress.ingressTemplate.spec.acme.solvers fields and descriptions
Field / TypeDescription
object

Configures cert-manager to attempt to complete authorizations by performing the DNS01 challenge flow.

object

Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g. `*.example.com`) using the HTTP01 challenge mechanism.

object

Selector selects a set of DNSNames on the Certificate resource that should be solved using this challenge solver. If not specified, the solver will be treated as the 'default' solver with the lowest priority, i.e. if any other solver has a more specific match, it will be used instead.