Skip to main content

Loopia DNS authentication plugin for Certbot

Project description

Pylint

Loopia DNS Authenticator for Certbot

This allows automatic completion of Certbot’s DNS01 challange for domains managed on Loopia DNS.

Installing

$ sudo pip install certbot-dns-loopia

Note that you should normally install this as root, unless you know what you are doing.

Usage

The plugin requires the following permissions enabled for your Loopia API user:

  • addZoneRecord

  • getZoneRecords

  • removeSubdomain

  • removeZoneRecord

To use the authenticator you need to provide some required options:

--dns-loopia-credentials (required)

INI file with user and password for your Loopia API user. user normally has the format user@loopiaapi.

The credentials file must have the folling format:

dns_loopia_user = user@loopiaapi
dns_loopia_password = passwordgoeshere

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 dns-loopia \
    --dns-loopia-credentials credentials.ini \
    -d domain.com

If you want to obtain a wildcard certificate you can use the domain -d *.domain.com.

Known issues

  • Due to caching on Loopia’s side it can take up to 15 minutes before changes propagates. Therefore the plugin will wait 15 minutes before contacting the ACME server. It has been known to work with as little as 90 seconds and sometimes less and if you want to try something other than 15 minutes then add --dns-loopia-propagation-seconds 90 to parameters for 90 seconds or how many seconds you want.

Changelog

Version 1.0.0

Released 4th May 2021

This is a breaking change. The CLI arguments and the name of the package has changed to match other DNS authenticator plugins.

Thank you Peter Magnusson (@kmpm) for contributing this change!

  • Updated name to certbot-dns-loopia to match other DNS plugins

  • Dropped Python < 3.6 support

Version 0.2.0

Released 21st August 2017

  • Rewrote plugin to match the implementation of certbot-dns-* plugins

  • Updated dependency requirements since the old release was completely broken for newer acme and certbot (see issue #2)

Version 0.1.0

Released 10th May 2017

  • Initial release

Disclaimer

This plugin is neither affiliated with nor endorsed by Loopia AB.

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-loopia-1.0.1.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

certbot_dns_loopia-1.0.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file certbot-dns-loopia-1.0.1.tar.gz.

File metadata

  • Download URL: certbot-dns-loopia-1.0.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for certbot-dns-loopia-1.0.1.tar.gz
Algorithm Hash digest
SHA256 02b28fae798964bdfc3a4bda443f420219d9e5f3baf812f589e593a38a75683a
MD5 7a7cc10b20959981966e78bed55731eb
BLAKE2b-256 b97171fa5b403aacc48b4b649e4fc5604f4c69bcc7029065ef78fa9df47648f8

See more details on using hashes here.

File details

Details for the file certbot_dns_loopia-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for certbot_dns_loopia-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4f04ad41b468bc110192ceee3147beb4491db8bc24c025409e567e9771f0badd
MD5 c8d1e7f77a43fdcf2fcc32785ec3be91
BLAKE2b-256 6671729ded295e027bbfd4a52083afa6c30f3c73d425ae0254e89137688daa19

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