Repository with plugin source code: certbot-dns-websupport-v2.
This repository provides easy way to use Certbot with plugin for dns-01 challenge against Websupport REST API v2.
Example how to run this plugin:
docker run -it --rm --name certbot \
-v "./volumes/config:/etc/letsencrypt:rw" \
-v "./volumes/work:/var/lib/letsencrypt:rw" \
-v "./volumes/log:/var/log/letsencrypt:rw" \
-v "./volumes/websupport.ini:/websupport.ini:ro" \
tfilo/certbot-dns-websupport-v2:latest \
certonly --dns-websupport-v2-credentials /websupport.ini -d *.YOUR_DOMAIN.sk --authenticator dns-websupport-v2
This docker image extends official certbot image licensed under Apache License Version 2.0 and adds my custom plugin for dns challenge against Websupport REST API.