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 details)

Uploaded Source

File details

Details for the file certbot_anx-0.1.6.tar.gz.

File metadata

  • Download URL: certbot_anx-0.1.6.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for certbot_anx-0.1.6.tar.gz
Algorithm Hash digest
SHA256 d89f6881ca57507294a7996aab475231c1ffd95caf75826aeb0b3430519fddf6
MD5 cbc3faaf6908e2bbee6bb0bf5befb1e5
BLAKE2b-256 1bccd2524de8c32e88d266159fce185717aec2beb6ff2e42e0d31e097e7e08c1

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