Skip to main content

Dynu DNS Authenticator plugin for Certbot

Project description

certbot-dns-dynudns

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

pip install --upgrade certbot
pip install certbot-dns-dynudns

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_dynudns.dns_dynu:Authenticator

...
...

Configuration

The credentials file e.g. ~/dynu-credentials.ini should look like this:

dns_dynu_auth_token = AbCbASsd!@34

Usage

certbot ... \
        --authenticator dns-dynu  \
        --dns-dynu-credentials ~/dynu-credentials.ini \
        certonly

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

Create a virtualenv, install the plugin (editable mode), spawn the environment and run the test:

virtualenv -p python3 .venv
. .venv/bin/activate
pip install -e .
docker-compose up -d
./test/run_certonly.sh test/dynu-credentials.ini

Credits

dns-lexicon

Helpful links

DNS Plugin list

acme.sh

dynu with acme.sh

dynu api

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

certbot-dns-dynudns-0.0.6.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

certbot_dns_dynudns-0.0.6-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file certbot-dns-dynudns-0.0.6.tar.gz.

File metadata

  • Download URL: certbot-dns-dynudns-0.0.6.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for certbot-dns-dynudns-0.0.6.tar.gz
Algorithm Hash digest
SHA256 93fbc21bfaad6130217105cf313b67d542134ed0557705ea392bff7ddf63cbdc
MD5 36b08cc4a9c7240086fa5bc79d9e5d9e
BLAKE2b-256 1162a6b855292b53599dfa6d59bc91d222c35ef2a5390e466d90f43cf37f8c9a

See more details on using hashes here.

File details

Details for the file certbot_dns_dynudns-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for certbot_dns_dynudns-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 88d926932c2f81d50b43a1606f6102eb5117b62bb7dcaef32745ab0cb5f452d9
MD5 e940ff1df200c7e7dac390f251f9443d
BLAKE2b-256 da53266eb62e44b378a260bd93399473baa7d2bc1efcd08428668e76f8758eed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page