Source: dehydrated-hook-ddns-tsig
Section: misc
Priority: optional
Maintainer: Debian Let's Encrypt Team <team+letsencrypt@tracker.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/eferdman/dehydrated-hook-ddns-tsig
Vcs-Git: https://salsa.debian.org/letsencrypt-team/dehydrated-hook-ddns-tsig.git
Vcs-Browser: https://salsa.debian.org/letsencrypt-team/dehydrated-hook-ddns-tsig

Package: dehydrated-hook-ddns-tsig
Architecture: all
Depends:
 ${misc:Depends},
 dehydrated,
 python3,
 python3-dnspython,
Description: dehydrated dns-01 challenge response support
 This package provides a hook script to serve dns-01 challenge responses for
 dehydrated.
 .
 It uses the dnspython API to perform dynamic DNS updates, creating a temporary
 TXT record for the given domain, thereby proving ownership of the domain.
 It requires a DNS-server capable of performing dynamic DNS updates, like bind9.
 There is no need for the DNS-server to run on the local machine.
 .
 This is useful if you want to create ACME certificates for servers that do not
 serve HTTP and/or are not exposed to the public internet.
 Another important use case are wildcard certificates.
