Skip to main content

EuroDNS DNS Authenticator plugin for Certbot

Project description

certbot-dns-eurodns

EuroDNS_ DNS Authenticator plugin for certbot_.

This plugin automates the process of completing a dns-01 challenge by creating, and subsequently removing, TXT records using the EuroDNS API_.

.. _eurodns: https://eurodns.com .. _EuroDNS API: https://docapi.eurodns.com/ .. _certbot: https://certbot.eff.org/

Named Arguments

================================================================ ===================================== --certbot-dns-eurodns:dns-eurodns-credentials EuroDNS credentials_ INI file. (required) --certbot-dns-eurodns:dns-eurodns-propagation-seconds The number of seconds to wait for DNS to propagate before asking the ACME server to verify the DNS record(Default: 30) ================================================================ =====================================

Note that the seemingly redundant certbot-dns-eurodns: prefix is imposed by certbot for external plugins.

If you are using certbot 1.7.0 or higher, it is possible to use the unprefixed arguments and configuration options in credentials.ini. See the second example below.

Installation

.. code-block:: bash

pip install certbot-dns-eurodns

Credentials

Use of this plugin requires a configuration file containing EuroDNS API credentials.

See the EuroDNS API_ documentation for more information.

An example credentials.ini file:

.. code-block:: ini

dns_eurodns_applicationId = myuser dns_eurodns_apiKey = mysecretpassword

The path to this file can be provided interactively or using the --certbot-dns-eurodns:dns-eurodns-credentials command-line argument. Certbot records the path to this file for use during renewal, but does not store the file's contents.

CAUTION: You should protect these API credentials as you would the password to your EuroDNS user account. Users who can read this file can use these credentials to issue arbitrary API calls on your behalf. Users who can cause Certbot to run using these credentials can complete a dns-01 challenge to acquire new certificates or revoke existing certificates for associated domains, even if those domains aren't being managed by this server.

If applicable, we suggest that you create API credentials for domains used by your application, in order to reduce the potential impact of lost credentials.

Certbot will emit a warning if it detects that the credentials file can be accessed by other users on your system. The warning reads "Unsafe permissions on credentials configuration file", followed by the path to the credentials file. This warning will be emitted each time Certbot uses the credentials file, including for renewal, and cannot be silenced except by addressing the issue (e.g., by using a command like chmod 600 to restrict access to the file).

Examples

To acquire a single certificate for both example.com and www.example.com, waiting 120 seconds for DNS propagation (the default):

.. code-block:: bash

certbot certonly
--authenticator certbot-dns-eurodns:dns-eurodns
--certbot-dns-eurodns:dns-eurodns-credentials /etc/letsencrypt/eurodns.ini
--certbot-dns-eurodns:dns-eurodns-propagation-seconds 120
-d example.com
-d www.example.com

If you are using certbot 1.7.0 (released on august 4, 2020) or higher, you can now call the plugin without the prefix:

.. code-block:: bash

certbot certonly
--authenticator dns-eurodns
--dns-eurodns-credentials /etc/letsencrypt/eurodns.ini
--dns-eurodns-propagation-seconds 120
-d example.com
-d www.example.com

In this second example, make sure you are also removing the prefixes in /etc/letsencrypt/eurodns.ini. Certbot will fail to discover your credentials otherwise.

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_eurodns-1.8.2.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

certbot_dns_eurodns-1.8.2-py2.py3-none-any.whl (11.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file certbot_dns_eurodns-1.8.2.tar.gz.

File metadata

  • Download URL: certbot_dns_eurodns-1.8.2.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for certbot_dns_eurodns-1.8.2.tar.gz
Algorithm Hash digest
SHA256 e31d3dc2894c17f1fd82262684ce06459b28bf4d40464cd657f4037a8dd1d2a5
MD5 bf9e93bc2c3cb9129c5439ad509cba1c
BLAKE2b-256 c06b944246479acebd6f61cd103ee242971c54e1f6290603bb39d97eb873f851

See more details on using hashes here.

File details

Details for the file certbot_dns_eurodns-1.8.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for certbot_dns_eurodns-1.8.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c7890bd22f5b161e27f702a0218ee081a3c555f43edb17b9793d16e1ca097436
MD5 8e92c5dad3f9f12018caa8dc35ddb288
BLAKE2b-256 6b89175073084339d9b7ce80d6389d3fd9701761cf64ce6de491438c623f8d82

See more details on using hashes here.

Supported by

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