Skip to main content

Timeweb DNS Authenticator plugin for Certbot

Project description

certbot-dns-timeweb

Timeweb DNS Authenticator plugin for Certbot

Installation

pip install certbot-dns-timeweb

Getting started

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

Plugin arguments

  • --dns-timeweb-credentials - path to Credentials configuration.
  • --dns-timeweb-propagation-seconds - seconds when DNS record is propagated (default: 10)

Configuration example

# /etc/letsencrypt/timeweb-creds.ini is a suggested path for
# configuration file. You may place him in any place.
dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX

Development

Local debugging

  1. Install the plugin in developer mode
pip install --editable ./
  1. Run (or debug) main.py script

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certbot_dns_timeweb-1.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

certbot_dns_timeweb-1.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page