Skip to content

Automatically configures TXT records for DNS challenges using the DuckDNS API

License

Notifications You must be signed in to change notification settings

lennart-k/certbot-plugin-duckdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certbot DuckDNS Plugin

This plugin is based on certbot-dns-ispconfig and automates the DNS challenge for DuckDNS domains

Installation

pip install git+https://github.com/lennart-k/certbot-plugin-duckdns

Example

certbot certonly \
    --authenticator duckdns \
    --duckdns-token=TOKEN \
    --agree-tos \
    --preferred-challenges=dns
    -d "qed.duckdns.org" \

About

Automatically configures TXT records for DNS challenges using the DuckDNS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages