Plugin to allow acme dns-01 authentication of a name managed with PowerDNS.
Argument | Description |
---|---|
--dns-pdns-credentials <file> | pdns credentials INI file (required) |
pip install certbot-dns-pdns
Download the file credentials.ini.exemple
and rename it to credentials.ini
. Edit it to set your pdns url and API Key.
# The API URL
# include the scheme and the port number (usually 8081 for https)
dns_pdns_api = https://api.exemple.com:8081
# The API KEY
dns_pdns_key = SomethingSecureHere