Skip to main content

Certbot plugin for Isset DNS

Project description

Isset Certbot plugin

The Certbot Authenticator for the Isset Customer DNS API.

Installation

pip3 install certbot-dns-isset

How to use

Ensure isset.ini contains:

certbot_dns_isset:dns_isset_endpoint="https://customer.isset.net/api"
certbot_dns_isset:dns_isset_token="<token>"

Fix credentials permissions:

chmod 600 isset.ini

Dry-run

certbot certonly --dry-run \
  -a certbot-dns-isset:dns-isset --certbot-dns-isset:dns-isset-credentials isset.ini \
  -m email@yourdomain.tld --agree-tos \
  -d yourdomain.tld

Production (non-interactive)

certbot certonly -n \
  -a certbot-dns-isset:dns-isset --certbot-dns-isset:dns-isset-credentials isset.ini \
  -m email@yourdomain.tld --agree-tos \
  -d yourdomain.tld

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_isset-0.0.3.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distributions

certbot_dns_isset-0.0.3-py3.8.egg (6.4 kB view hashes)

Uploaded Source

certbot_dns_isset-0.0.3-py3-none-any.whl (7.6 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