ANX DNS authentication plugin for Certbot
Project description
ANX DNS Authenticator for Certbot
This allows automatic completion of Certbot's DNS01 challange for domains managed on ANX DNS
Important information
PLEASE NOTE THAT ONE OF THE DEPENDENCIES TO THE LIBRARY INCLUDED A BAD INSTALL_REQUIRES.
Installing
$ pip install certbot-anx
Usage
The plugin requires a API key that is created here: http://dyn.anx.se/users/users.jsf?i=2
To use the authenticator you need to provide some required options:
--certbot-anx:credentials
(required)
ANX API credentials INI file. (default: None)
The credentials file must have the folling format:
certbot_anx:api_key = codegoeshere
For safety reasons the file must not be world readable. You can solve this by running:
$ chmod 600 credentials.ini
Then you can run certbot
using:
$ sudo certbot certonly \
--authenticator certbot-anx:auth \
--certbot-anx:auth-credentials credentials.ini \
-d domain.com
If you want to obtain a wildcard certificate you can use the
--server https://acme-v02.api.letsencrypt.org/directory
flag and the domain
-d *.domain.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-anx-2.0.0.tar.gz
.
File metadata
- Download URL: certbot-dns-anx-2.0.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f03606f11f69fa9cd68fc1c1c3d66ef5b5f936656af52902ebe6ee08c65c605 |
|
MD5 | 2c69090be06428e257a13423509da4b6 |
|
BLAKE2b-256 | e62b3d7bab112f1b138140f185a696afd256d00a13c24c653dbb60d5b07f1ed4 |
Provenance
File details
Details for the file certbot_dns_anx-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_anx-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18af9ba65a44c606d2f5d47b98e1f4fa6e7b4b91f4078d86a8961a75d25ee35d |
|
MD5 | a867ee312f24115d5fafb96b759d9bdd |
|
BLAKE2b-256 | 6c7d9c8b291874c59f921a58f71fad559101cd340974f1bb14c85d4efffe21aa |