Skip to content

tfilo/certbot-dns-websupport-v2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Certbot Authenticator plugin for Websupport REST API v2

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.