Use BIND 9 server instead of Cloudfl. for DNS-01 challenge via nsupdate

Co-authored-by: Jannik Beyerstedt <code@jannikbeyerstedt.de>
This commit is contained in:
julian 2023-04-27 23:38:14 +02:00
commit aac049efb2
5 changed files with 83 additions and 32 deletions

View file

@ -22,16 +22,11 @@ argument_specs:
description: E-Mail address for ACME account
required: true
type: str
cert__cloudflare_dns:
description: Cloudflare DNS API details
cert__bind_9_host:
description: The machine running BIND 9.
required: true
type: dict
options:
api_token:
description: Cloudflare API token
required: true
type: str
zone:
description: DNS zone the domain is in
required: true
type: str
type: str
cert__bind_9_zone:
description: The zone to use for publishing the TXT record.
required: true
type: str