A Certbot plugin that automates DNS-01 ACME challenge validation for DuckDNS domains via a TXT record. Version 1.8.0 requires Python >=3.10 and supports certbot 5+. Released sporadically, with maintenance updates and dependency bumps.
pip install certbot-dns-duckdnsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the authenticator with a DuckDNS token. Credentials file format: dns_duckdns_token = <your-token>
Upgrade to latest certbot-dns-duckdns and ensure Python >=3.10.
Refer to the CLI as certbot-dns-duckdns:duckdns.
Use --certbot-dns-duckdns:duckdns-credentials /path/to/credentials with line 'dns_duckdns_token = YOUR_TOKEN'.
No dependency data recorded yet.