Timeweb DNS Authenticator plugin for Certbot
pip install certbot-dns-timeweb
Get Timeweb Cloud access token and fill credentials configuration.
Then issue a certificate with command like:
certbot certonly --authenticator dns-timeweb \
--dns-timeweb-credentials /etc/letsencrypt/timeweb-creds.ini \
-d example.org -d *.example.org
--dns-timeweb-credentials
- path to Credentials configuration.--dns-timeweb-propagation-seconds
- seconds when DNS record is propagated (default: 10)
# /etc/letsencrypt/timeweb-creds.ini is a suggested path for
# configuration file. You may place him in any place.
dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX
- Install the plugin in developer mode
pip install --editable ./
- Run (or debug)
main.py
script