Certbot DNS Authenticator plugin for Exonet DNS
- Code style guide: PEP 8.
- Docstring conventions: Google Python Style Guide and Markdown.
Install using pip:
pip install certbot-dns-exonet
-
Request an Exonet API token (contact Exonet)
-
After the installation, verify if the plugin is available in certbot:
certbot plugins
-
Create an exonet.ini file:
touch /etc/letsencrypt/exonet.ini chmod 0600 /etc/letsencrypt/exonet.ini
-
Add the Exonet API token in /etc/letsencrypt/exonet.ini:
dns_exonet_token = YOUR_EXONET_API_TOKEN
-
Request a certificate with certbot and this plugin to obtain a certificate using DNS record authentication:
certbot certonly \ --config-dir /etc/letsencrypt \ --work-dir /etc/letsencrypt \ --logs-dir /etc/letsencrypt \ --authenticator dns-exonet \ --dns-exonet-credentials /etc/letsencrypt/exonet.ini \ -d domain.com
Please see releases for more information on what has changed recently.
If you discover any security related issues please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.