Certbot DNS authenticator for Abion DNS API (community maintained, not affiliated with Abion)
Project description
certbot-dns-abion
A Certbot DNS plugin to perform DNS-01 challenges using the Abion DNS API.
This allows you to obtain and renew Let's Encrypt (or other ACME) certificates automatically with Abion-managed domains.
Disclaimer
This project is community-maintained and not affiliated with Abion AB. Abion is a trademark of its respective owner.
Installation
From PyPI :
pip install certbot-dns-abion
Usage
- Create a credentials file, e.g.
/etc/letsencrypt/abion.ini:
dns_abion_api_key = <your_api_key>
dns_abion_api_url = https://api.abion.com/ # optional, defaults to this URL
dns_abion_dns_ttl = 60 # optional
Make sure this file is readable only by root:
chmod 600 /etc/letsencrypt/abion.ini
- Run certbot with the plugin :
certbot certonly \
--non-interactive --agree-tos --email you@example.com \
--authenticator dns-abion \
--dns-abion-credentials /etc/letsencrypt/abion.ini \
-d example.com -d *.example.com
Licence
This project is licensed under the Apache 2.0 License
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_abion-0.2.0.tar.gz.
File metadata
- Download URL: certbot_dns_abion-0.2.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95ce41a7f0535c4c3b2781a4ce6fd40a370868123d5c31baf15d0efd7620347a
|
|
| MD5 |
66252c21970d544bcbe3a2ddb8ee0f79
|
|
| BLAKE2b-256 |
8f9eca77cc6b555968ccdf9f305c3dbbf27a91e99bb5d283f060551ffe1a36fd
|
File details
Details for the file certbot_dns_abion-0.2.0-py3-none-any.whl.
File metadata
- Download URL: certbot_dns_abion-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ecb33064d23a9ded8b7aa52fbfe247e108879025f9191ec5a5f26fe6236dc9
|
|
| MD5 |
c63054b8225364c91e5d78e96042c755
|
|
| BLAKE2b-256 |
b8a55c8d28c598bcf2a78c164e9ebca55798b1ff3da1506965d09d78bd181ac2
|