Websupport DNS Authenticator plugin for Certbot
Project description
Certbot Authenticator plugin for Websupport REST API v2
This is plugin for Certbot. It uses Websupport REST API v2 to complete dns-01 challenge.
Usage
- Install this plugin using
pip install certbot-dns-websupport-v2
- Generate Standard API access Identificator and Secret Key on your account page
- Get service ID from URL of your service. After clicking your service you can find SERVICE_ID in your browser URL:
https://admin.websupport.sk/sk/dashboard/service/SERVICE ID
- Create config file
websupport.ini
with following content, replace APIKEY, SECRET and SERVICE_ID with your values.dns_websupport_v2_api_key = "APIKEY" dns_websupport_v2_secret = "SECRET" dns_websupport_v2_service = "SERVICE_ID"
- For security reasons make file readable only by you.
chmod 600 websupport.ini
- Run certbot to generate certificates
certbot certonly certonly --dns-websupport-v2-credentials ./websupport.ini -d *.YOUR_DOMAIN.sk --authenticator dns-websupport-v2
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_dns_websupport_v2-1.0.1.tar.gz
.
File metadata
- Download URL: certbot_dns_websupport_v2-1.0.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d3a84ac6072eb8ee8399ac56c9982465a6b0c2e8a94cd15492b7e783683ae4f |
|
MD5 | 4da49f86c25f71b03a848a4804625f00 |
|
BLAKE2b-256 | e0a6913f482049ae74b1a17128b9974c792c44b4936342bdf525d5d6328b8e85 |
File details
Details for the file certbot_dns_websupport_v2-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: certbot_dns_websupport_v2-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 165f6e8b91c9ad761ceef215c8c63875da62257d4318ec3d6e4859dc580a9ee9 |
|
MD5 | 2047ab8aadd3df09d2d57baac50da3d8 |
|
BLAKE2b-256 | cef919adf1c8aad071a4f92c9feeb9cfe380bfcab403e7dc4dcd5bb0f9c8898a |