Skip to content

LordMathis/certbot-websupport-dns-hook

Repository files navigation

Certbot Manual Hooks For WebSupport DNS

Get Letsencrypt wildcard certificate for your domain managed at websupport.sk

Requirements

Usage

  • Edit auth.env with the key and secret that you generated at websupport
  • Run certbot
    sudo certbot certonly --manual 
                          --preferred-challenges=dns
                          --manual-auth-hook PATH/TO/authenticator.sh
                          --manual-cleanup-hook PATH/TO/cleanup.sh
                          --manual-public-ip-logging-ok
                          -d "*.example.com
    

Releases

No releases published

Packages

No packages published