Core Networks DNS Authenticator plugin for Certbot.
Project description
certbot-dns-corenetworks
Discontinued: This project is no longer maintained.
Install
Install this package via pip in the same python environment where you installed your certbot.
pip install certbot-dns-corenetworks
Usage
To start using DNS authentication for the Core Networks DNS API, pass the following arguments on certbot's command line:
Option | Description |
---|---|
--authenticator dns-corenetworks |
select the authenticator plugin (Required) |
--dns-corenetworks-credentials |
Hetzner DNS API credentials INI file. (Required) |
--dns-corenetworks-propagation-seconds |
Seconds to wait for the TXT record to propagate |
Credentials
dns_corenetworks_username = asaHB12r
dns_corenetworks_password = secure_passwor
Examples
To acquire a certificate for example.com
certbot certonly \
--authenticator dns-corenetworks \
--dns-corenetworks-credentials /path/to/my/credentials.ini \
-d example.com
To acquire a certificate for *.example.com
certbot certonly \
--authenticator dns-corenetworks \
--dns-corenetworks-credentials /path/to/my/credentials.ini \
-d '*.example.com'
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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-corenetworks-0.2.1.tar.gz
.
File metadata
- Download URL: certbot-dns-corenetworks-0.2.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3132ed51aa0267820623078788d44fd51bdfed96585b652344a058a5330cf56 |
|
MD5 | 244be6f31fd455ae7060326202b615a6 |
|
BLAKE2b-256 | 0c9ccb843492c6768df1da2233f713e80b23c6ed31d20c294fb0fc16486f4fc6 |
File details
Details for the file certbot_dns_corenetworks-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_corenetworks-0.2.1-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bfefc2f694148248aa37edc395d408fd6c21fdb3437f5b28cc2292fc4539cd8 |
|
MD5 | 8933a05c4b1e6dac372197ec71472a47 |
|
BLAKE2b-256 | 6f02bd85d3fc1e04ba2adbc6cceb0916236f6cf09d69c03dc246875bf50657b2 |