dnsmanager.io DNS Authenticator plugin for Certbot
Project description
Certbot dnsmanager.io plugin
This plugin enables DNS verification with Certbot when using dnsmanager.io.
Installation
If you installed certbot as a snap, then you have to install this plugin as a snap as well:
snap install certbot-dns-dnsmanager
snap set certbot trust-plugin-with-root=ok
snap connect certbot:plugin certbot-dns-dnsmanager
and can be upgraded using the refresh
command:
snap refresh certbot-dns-dnsmanager
Alternatively this package can be installed with pip:
pip install certbot-dns-dnsmanager
and can be upgraded using the --upgrade
flag
pip install --upgrade certbot-dns-dnsmanager
Credentials
You need to supply Certbot with your dnsmanager.io
API credentials, this is an example of how a credentials file can look:
# dnsmanager.io API credentials used by Certbot
dns_dnsmanager_api_id = 4b968ab4-b30b-4376-898d-659b3e8b9028
dns_dnsmanager_api_key = DprstzDtrGXUUVb5X8AThDOLdmpyPCqw
You can create a new set of API credentials in your dnsmanager.io account.
Keep in mind that the credentials file should be readable only by the user running Certbot and the credentials cannot be scoped, so they can be used to perform any action on your behalf if compromised.
Examples
Simple example for a single domain:
certbot certonly \
--authenticator dns-dnsmanager \
--dns-dnsmanager-credentials ~/.secrets/dnsmanager.ini \
-d example.com
Simple example for wildcard domain:
certbot certonly \
--authenticator dns-dnsmanager \
--dns-dnsmanager-credentials ~/.secrets/dnsmanager.ini \
-d example.com \
-d *.example.com
Example changing the propagation delay, although you should not have to adjust it normally:
certbot certonly \
--authenticator dns-dnsmanager \
--dns-dnsmanager-credentials ~/.secrets/dnsmanager.ini \
--dns-dnsmanager-propagation-seconds 120 \
-d example.com
Security Vulnerabilities
If you discover a security vulnerability, please send an e-mail to Alex Bouma at alex+security@bouma.me
. All security vulnerabilities will be swiftly addressed.
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
Built Distribution
File details
Details for the file certbot-dns-dnsmanager-1.0.0.tar.gz
.
File metadata
- Download URL: certbot-dns-dnsmanager-1.0.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 506ab14088fec6111bf9d81fbcab86e4e382206172fdd83ff5ffbbd798c69e9e |
|
MD5 | 42976adead251a8070da4813a338eda4 |
|
BLAKE2b-256 | 6f31e97f5ef03a9e36da445085d7e18e450c802a5d3904584e3f50af9db74642 |
File details
Details for the file certbot_dns_dnsmanager-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_dnsmanager-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e082bbbc3cd93629af3bc79ef8b2a6cc432480f069bfdada4fc7a44926f89c2 |
|
MD5 | 3689f8d641d08347860c65d55819e184 |
|
BLAKE2b-256 | eb9fce40668330de76342940c84841cc329bd3ab34390b809ac2bbea8cd01ce4 |