Skip to main content

Simply.com DNS Authenticator plugin for Certbot

Project description

certbot-dns-simply

Simply.com DNS Authenticator plugin for Certbot.

Installation

pip install certbot-dns-simply

Usage

To start using DNS authentication for the Simply.com DNS API, pass the following arguments on certbot's command line:

Option Description
--authenticator dns-simply select the authenticator plugin (Required)
--dns-simply-credentials Simply.com DNS API credentials INI file. (Required)

Credentials

Username is the Simply.com account-number (Sxxxxxx) and the password is the API-KEY for the specific account. The API-Key assigned to your Simply.com account can be found in your Simply.com Controlpanel. Please make sure to use the absolute path - some users experienced problems with relative paths.

An example credentials.ini file:

dns_simply_account_name = Sxxxxxx
dns_simply_api_key = DSHJdsjh2812872sahj

Examples

To acquire a certificate for example.com

certbot certonly \
 --authenticator dns-simply \
 --dns-simply-credentials /path/to/my/credentials.ini \
 -d example.com

To acquire a certificate for *.example.com

   certbot certonly \
     --authenticator dns-simply \
     --dns-simply-credentials /path/to/my/credentials.ini \
     -d '*.example.com'

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_simply-0.1.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

certbot_dns_simply-0.1.1-py3-none-any.whl (9.8 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