Options
All
  • Public
  • Public/Protected
  • All
Menu

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

schema

IssuerSpecAcmeSolversDns01

Hierarchy

  • IssuerSpecAcmeSolversDns01

Index

Properties

Optional Readonly acmeDns

Use the 'ACME DNS' (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#acmeDNS

Optional Readonly akamai

Use the Akamai DNS zone management API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#akamai

Optional Readonly azureDns

Use the Microsoft Azure DNS API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#azureDNS

Optional Readonly cloudDns

Use the Google Cloud DNS API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#cloudDNS

Optional Readonly cloudflare

Use the Cloudflare API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#cloudflare

Optional Readonly cnameStrategy

CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones.

schema

IssuerSpecAcmeSolversDns01#cnameStrategy

Optional Readonly digitalocean

Use the DigitalOcean DNS API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#digitalocean

Optional Readonly rfc2136

Use RFC2136 ("Dynamic Updates in the Domain Name System") (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#rfc2136

Optional Readonly route53

Use the AWS Route53 API to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#route53

Optional Readonly webhook

Configure an external webhook based DNS01 challenge solver to manage DNS01 challenge records.

schema

IssuerSpecAcmeSolversDns01#webhook

Generated using TypeDoc