Skip to content

StackTonic/certbot-dns-pdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certbot-pdns

Plugin to allow acme dns-01 authentication of a name managed with PowerDNS.

Named Arguments

Argument Description
--dns-pdns-credentials <file> pdns credentials INI file (required)

Install

pip install certbot-dns-pdns

Credentials

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

Additional documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages