Skip to main content

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. THIS WAS FIXED IN 0.1.6.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certbot_anx-0.1.6.tar.gz (4.0 kB view hashes)

Uploaded Source

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