Skip to main content

Certbot DNS Authenticator plugin for IONOS

Project description

Release PyPI version

Alt text

IONOS Cloud DNS Certbot Authenticator Plugin

The IONOS Cloud DNS Certbot Plugin automates SSL/TLS certificate creation for IONOS Cloud zones. It implements the Authenticator interface which is used by Certbot to perform a DNS-01 challenge.

Requirements

To make use of the plugin, the following is needed:

Installation

pip install certbot-dns-ionos

Arguments

Argument Example Description
--authenticator dns-ionos Tells certbot which plugin to use. dns-ionos should be used for this plugin.
--dns-ionos-credentials ./credentials.ini Denotes the directory path to the credentials file. Required.
--dns-ionos-propagation-seconds 120 Configures the duration in seconds that certbot waits before querying the TXT record. (Default: 120)

Credentials file

As mentionned in the previous section, the --dns-ionos-credentials needs to point to an ini file containing the IONOS API access token. The file must contain the ionos_dns_token key with the value of the access token.

dns_ionos_token=YOUR_API_JWT_ACCESS_TOKEN

Example Usage

certbot certonly \
  --authenticator dns-ionos \
  --dns-ionos-credentials /path/to/credentials.ini \
  --dns-ionos-propagation-seconds 60 \
  --agree-tos \
  --rsa-key-size 4096 \
  -d 'example.com' \
  -d '*.example.com'

In the background, the plugin will try to find your zone. If found, it will create a TXT record for the DNS-01 challenge. At the end of the process, the TLS/SSL certificate is generated and the TXT record is deleted.

Support

If you encounter any issues or have suggestions, please feel free to open an issue.

License

This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.

How to develop locally

To develop and test the plugin locally, it is recommend to create a python virtual environment. For example: python -m venv .venv

After activating the virtual environment, the following command should be used to install the project to the virtual environment local site packages: pip install -e .

Afterwards, any changes made to the plugin will be directly reflected when executing the certbot certonly --authenticator dns-ionos (without the need to execute pip install again).

It's important to note that the following arguments need also to be provided when developing locally in a virtual environment --logs-dir, --config-dir, --work-dir, otherwise the certbot will attempt to use the global folders for logging, configuration, and work. This may not work because of the lack of permissions, so you may see errors like below if those arguments are not set:

The following error was encountered:
[Errno 13] Permission denied: '/var/log/letsencrypt/.certbot.lock'
Either run as root, or set --config-dir, --work-dir, and --logs-dir to writeable paths.

As explained by the error message, to be able write to /var/log/letsencrypt/, root permissions are needed. However, when running as a root (e.g sudo certbot), the global certbot package will be used and not the one from the virtual environment. The solution is to set --logs-dir, --config-dir, and --work-dir to a different folder for which the current user has write permissions.

Testing

unit tests can be run using: make test

Related Plugins

It's important to note that this plugin targets IONOS Cloud DNS service. IONOS offers a different service for managing DNS zones, refered to as IONOS Developer DNS API. For the latter, there is dedicated plugin managed by the community: https://github.com/helgeerbe/certbot-dns-ionos

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_ionos_cloud-1.0.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

certbot_dns_ionos_cloud-1.0.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file certbot_dns_ionos_cloud-1.0.0.tar.gz.

File metadata

File hashes

Hashes for certbot_dns_ionos_cloud-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b58f1449c29ba7d93c84858b857684369f7f4e32b2105b42c371d50f365dd337
MD5 f1fbfd949c6ed7542c48d0e829e56167
BLAKE2b-256 7c5f67f03dce533dd4233efeb37e819540a16040bddc81b578f8ad6d9d2f0b87

See more details on using hashes here.

File details

Details for the file certbot_dns_ionos_cloud-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for certbot_dns_ionos_cloud-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c7266d86638431e02fcb301fa7cb0ef219521b0923dbc2264c1a78a2b45760b
MD5 7d4a4c2199a8988d6172b1ed0f06a4b3
BLAKE2b-256 5e8aa266010008f0ead4f5061b545e3b4b4ead0ca0a62638d9722179c2fee83d

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