certmanager v1.14

Challenge.spec.solver.http01.ingress.ingressTemplate.metadata.spec.solver

Contains the domain solving configuration that should be used to solve this challenge resource.

3 fields
Challenge.spec.solver.http01.ingress.ingressTemplate.metadata.spec.solver 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.