Loopia DNS authentication plugin for Certbot
Project description
This allows automatic completion of Certbot’s DNS01 challange for domains managed on Loopia DNS.
Installing
$ pip install certbot-loopia
Usage
To use the authenticator you need to provide some required options:
- --certbot-loopia:credentials (required)
INI file with user and password for your Loopia API user. user normally has the format user@loopiaapi.
The credential file must have the folling format:
certbot_loopia:auth_user = user@loopiaapi
certbot_loopia:auth_password = passwordgoeshere
For safety reasons the file must not be world readable. You can solve this by running:
$ chmod 600 credentials.ini
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.
Changelog
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file certbot-loopia-0.2.0.tar.gz
.
File metadata
- Download URL: certbot-loopia-0.2.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4958178dd10b76a1769fa934172e88e565fd3715c1c52ba48206c113a969afd4 |
|
MD5 | f6d68cb0f5daccb59445c26cb9ade1df |
|
BLAKE2b-256 | a0cd119d8eaabc5f8c68e54a69b21cc79c5f466e2f3da9cd40d2b79173c29b95 |
File details
Details for the file certbot_loopia-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: certbot_loopia-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e320c47bdcfa4ebd65c89d1801e62e007c958d230236eb5afb7295fc075a8c7 |
|
MD5 | a13fbe6f660b3cb675959dbfe7581b51 |
|
BLAKE2b-256 | 973f37118b63488d9489afaf43419ce6404eb02612387b5a9c00b89bb4f02e25 |