Dynu DNS Authenticator plugin for Certbot
Project description
certbot-dns-dynu
Dynu DNS Authenticator plugin for Certbot.
This plugin is built from the ground up and follows the development style and life-cycle
of other certbot-dns-* plugins found in the
Official Certbot Repository.
Installation
-
Install
pip install --upgrade certbot pip install certbot-dns-dynu
-
Verify
$ certbot plugins --text - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * dns-dynu Description: Obtain certificates using a DNS TXT record (if you are using Dynu for DNS.) Interfaces: Authenticator, Plugin Entry point: dns-dynu = certbot_dns_dynu.dns_dynu:Authenticator ... ...
Configuration
-
The credentials file e.g.
~/dynu-credentials.inishould look like this:dns_dynu_auth_token = AbCbASsd!@34
Usage
-
Command line args for certbot
certbot ... \ --authenticator dns-dynu \ --dns-dynu-credentials ~/dynu-credentials.ini \ ...
-
Example
certbot certonly \ --authenticator dns-dynu --dns-dynu-credentials ./test/dynu-credentials.ini
FAQ
-
Why such long name for a plugin? This follows the upstream nomenclature:
certbot-dns-<dns-provider>. -
Why do I have to use
:separator in the name? And why are the configuration file parameters so weird? This is a limitation of the certbot interface towards third-party plugins. -
For details read the discussions:
Development
Local
-
Create a virtual env, install the plugin (
editablemode), spawn the environment and run the test:python3 -m venv .venv . .venv/bin/activate python -m pip install --upgrade pip pip install -e . ./test/run_certonly.sh <action> "<domain> " "<email>"
Dev Container
- Install
ms-vscode-remote.remote-containersplugin in vscode - Press
Ctrl + Shift + porCmd + Shift + p - Type
Reopen in Container - Select the option from Dev Container
- vscode will pull all the required dependencies and setup the environment for development
License
Copyright (c) 2021 Bikramjeet Singh
Credits
Helpful links
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 Distributions
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_dynu-0.0.6.post2502111739272536-py3-none-any.whl.
File metadata
- Download URL: certbot_dns_dynu-0.0.6.post2502111739272536-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bca6343a5e962bdc666301228dcc73c6b3ebef9f2921d8afe1a56f1450d9229
|
|
| MD5 |
2cca4e433d005352289584841416b730
|
|
| BLAKE2b-256 |
5d3879b69fa1d48d68fc5614e82886bdb43b70f0c421169b3f35bc0276a11d43
|