Skip to main content

Exonet DNS Authenticator plugin for Certbot

Reason this release was yanked:

Support for python2 was removed in this version

Project description

https://img.shields.io/pypi/v/certbot-dns-exonet.svg?style=flat-square https://img.shields.io/pypi/pyversions/certbot-dns-exonet.svg?style=flat-square https://img.shields.io/pypi/l/certbot-dns-exonet.svg?style=flat-square

Certbot DNS Authenticator plugin for Exonet DNS.

Conventions

  • Code style guide: PEP 8.

  • Docstring conventions: PEP 257 and reStructuredText.

Installation

Install using pip:

pip install certbot-dns-exonet

Usage

  1. Request an Exonet API token (contact Exonet)

  2. After the installation, verify if the plugin is available in certbot:

    certbot plugins
  3. Create an exonet.ini file:

    touch /etc/letsencrypt/exonet.ini
    chmod 0600 /etc/letsencrypt/exonet.ini
  1. Add the Exonet API token in /etc/letsencrypt/exonet.ini:

    certbot_dns_exonet:dns_exonet_token = YOUR_EXONET_API_TOKEN
  1. Request a certificate with certbot and this plugin to obtain a certificate using DNS record authentication:

    certbot certonly --authenticator certbot-dns-exonet:dns-exonet --certbot-dns-exonet:dns-exonet-credentials /etc/letsencrypt/exonet.ini -d domain.com

Change log

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues please email development@exonet.nl instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

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-exonet-1.0.4.tar.gz (5.5 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