Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 441 Bytes

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" \