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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file certbot_dns_simply-0.1.2.tar.gz
.
File metadata
- Download URL: certbot_dns_simply-0.1.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7a02d11503e50f2b82036530c366638a02806b0ce08a2ef286ca0c100c98a62 |
|
MD5 | be371e28329f5906ab61b3ccfa7c371e |
|
BLAKE2b-256 | 306afef922f7db6e3e3c50ddd5e08cb55ef9b9a07ffaf4328d5a16bcc216d49e |
File details
Details for the file certbot_dns_simply-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_simply-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f295d06169da31198f6b59b29245309b747c9aeaa5f433d93dda33273a44637e |
|
MD5 | 9a0c030b12624e2a7e343133205aabb4 |
|
BLAKE2b-256 | a2fcd7bc33945c1a911f16c677af93b05cf2a2539f8d3806d32ffc522ff88c0b |