Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

ChallengeSpecSolver

Hierarchy

  • ChallengeSpecSolver

Index

Properties

Properties

Optional Readonly dns01

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

schema

ChallengeSpecSolver#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

ChallengeSpecSolver#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

ChallengeSpecSolver#selector

Generated using TypeDoc