Skip to main content

ispconfig DNS Authenticator plugin for Certbot

Project description

ISPConfig 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 ISPConfig Remote API.

Configuration of ISPConfig

In the System -> Remote Users you have to have a user, with the following rights

  • Client Functions

  • DNS zone functions

  • DNS txt functions

Installation

pip install certbot-dns-ispconfig

Named Arguments

To start using DNS authentication for ispconfig, pass the following arguments on certbot’s command line:

--authenticator certbot-dns-ispconfig:dns-netcup

select the authenticator plugin (Required)

--certbot-dns-ispconfig:dns-ispconfig-credentials

ispconfig Remote User credentials INI file. (Required)

--certbot-dns-ispconfig:dns-ispconfig-propagation-seconds

waiting time for DNS to propagate before asking
the ACME server to verify the DNS record.
(Default: 10, Recommended: >= 600)

(Note that the verbose and seemingly redundant certbot-dns-ispconfig: prefix is currently imposed by certbot for external plugins.)

Credentials

An example credentials.ini file:

certbot_dns_ispconfig:dns_ispconfig_username = myremoteuser
certbot_dns_ispconfig:dns_ispconfig_password = verysecureremoteuserpassword
certbot_dns_ispconfig:dns_ispconfig_endpoint = https://localhost:8080

The path to this file can be provided interactively or using the --certbot-dns-ispconfig:dns-ispconfig-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 ispconfig 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.

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 *.example.com, waiting 900 seconds for DNS propagation:

certbot certonly \\
  --authenticator certbot-dns-netcup:dns-netcup \\
  --certbot-dns-netcup:dns-netcup-credentials ~/.secrets/certbot/netcup.ini \\
  --certbot-dns-netcup:dns-netcup-propagation-seconds 900 \\
  --server https://acme-v02.api.letsencrypt.org/directory \
  -d 'example.com' \\
  -d '*.example.com'

Docker

In order to create a docker container with a certbot-dns-ispconfig installation, create an empty directory with the following Dockerfile:

FROM certbot/certbot
RUN pip install certbot-dns-ispconfig

Proceed to build the image:

docker build -t certbot/dns-ispconfig .

Once that’s finished, the application can be run as follows:

docker run --rm \
   -v /var/lib/letsencrypt:/var/lib/letsencrypt \
   -v /etc/letsencrypt:/etc/letsencrypt \
   --cap-drop=all \
   certbot/dns-ispconfig certonly \
   --authenticator certbot-dns-ispconfig:dns-ispconfig \
   --certbot-dns-ispconfig:dns-ispconfig-propagation-seconds 900 \
   --certbot-dns-ispconfig:dns-ispconfig-credentials \
       /var/lib/letsencrypt/ispconfig_credentials.ini \
   --no-self-upgrade \
   --keep-until-expiring --non-interactive --expand \
   --server https://acme-v02.api.letsencrypt.org/directory \
   -d example.com -d '*.example.com'

You may want to change the volumes /var/lib/letsencrypt and /etc/letsencrypt to local directories where the certificates and configuration should be stored.

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-ispconfig-0.2.0.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

certbot_dns_ispconfig-0.2.0-py2.py3-none-any.whl (13.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file certbot-dns-ispconfig-0.2.0.tar.gz.

File metadata

  • Download URL: certbot-dns-ispconfig-0.2.0.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for certbot-dns-ispconfig-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a154728c119be8e2670f1cccda9b2c36b80d5d2fa62164b4ebd9554c89bf72a1
MD5 7f2e99dec5c50805a32b64c2cf7b5eb4
BLAKE2b-256 17a55b2b4cd6c863816d55540cbd506a969d45eee04c3a0591425c6f29162255

See more details on using hashes here.

File details

Details for the file certbot_dns_ispconfig-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: certbot_dns_ispconfig-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for certbot_dns_ispconfig-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3a21cdbea13a530c186300d079ca6042290ecf351580554c1c89ccd0fe6fb7bd
MD5 e1f0d8bfadd80cf3646fa9b68a51518f
BLAKE2b-256 4c931b1136af015be7b9bf56ed4535279e1c4f41c4af89c1cf7eefdf82c3ba1a

See more details on using hashes here.

Supported by

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