Domain Chief DNS Authenticator plugin for Certbot
Project description
Certbot Domain Chief plugin
This plugin enables DNS verification with Certbot when using Domain Chief.
Installation
If you installed certbot as a snap, then you have to install this plugin as a snap as well:
snap install certbot-dns-domainchief
snap set certbot trust-plugin-with-root=ok
snap connect certbot:plugin certbot-dns-domainchief
and can be upgraded using the refresh command:
snap refresh certbot-dns-domainchief
Alternatively this package can be installed with pip:
pip install certbot-dns-domainchief
and can be upgraded using the --upgrade flag
pip install --upgrade certbot-dns-domainchief
Credentials
You need to supply Certbot with a Domain Chief API key, this is an example of how a credentials file can look:
# Domain Chief API credentials used by Certbot
dns_domainchief_api_key = ctp_...
You can create a new API key here, ensure it has the domainchief scope and has the correct team selected.
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-domainchief \
--dns-domainchief-credentials ~/.secrets/domainchief.ini \
-d example.com
Simple example for wildcard domain:
certbot certonly \
--authenticator dns-domainchief \
--dns-domainchief-credentials ~/.secrets/domainchief.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-domainchief \
--dns-domainchief-credentials ~/.secrets/domainchief.ini \
--dns-domainchief-propagation-seconds 120 \
-d example.com
Security Vulnerabilities
If you discover a security vulnerability, please send an e-mail to us at hello@chief.app. All security vulnerabilities will be swiftly addressed.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file certbot_dns_domainchief-1.2.0.tar.gz.
File metadata
- Download URL: certbot_dns_domainchief-1.2.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0509e502def2b11653d880c85fe519ffc928d7029bfa8e7a242afeb647e10189
|
|
| MD5 |
2c614a714d70360d589c0fbb169e3187
|
|
| BLAKE2b-256 |
9930c89f874edf37e582ddfac5151c55892d36c60f0c0e99f9ab28fd86ff91a5
|
File details
Details for the file certbot_dns_domainchief-1.2.0-py3-none-any.whl.
File metadata
- Download URL: certbot_dns_domainchief-1.2.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1272a93e97cc35d91c8f269a7c2055bcf01e55d2715b9b33c041e225a743dc6e
|
|
| MD5 |
390325f7c55d856c188745d796b24bfd
|
|
| BLAKE2b-256 |
05c0da19642ab7d9ac4373a468f0832d7cd660742fad6e8e948e2b7ab44e1de7
|