Options
All
  • Public
  • Public/Protected
  • All
Menu

An ACMEChallengeSolver describes how to solve ACME challenges for the issuer it is part of. A selector may be provided to use different solving strategies for different DNS names. Only one of HTTP01 or DNS01 must be provided.

schema

IssuerSpecAcmeSolvers

Hierarchy

  • IssuerSpecAcmeSolvers

Index

Properties

Properties

Optional Readonly dns01

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

schema

IssuerSpecAcmeSolvers#dns01

Optional Readonly http01

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.

schema

IssuerSpecAcmeSolvers#http01

Optional Readonly selector

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.

schema

IssuerSpecAcmeSolvers#selector

Generated using TypeDoc