Hetzner DNS Authenticator plugin for Certbot
Hetzner DNS Authenticator plugin for Certbot
How to install
sudo snap set certbot trust-plugin-with-root=ok
snap install certbot-dns-hetzner
When everything is successful the plugin is recognized by certbot, can be checked by executing the following command
certbot plugins
should list dns-hetzner
if the plugin is not listed, execute these commands (as this is an external plugin not provided by the certbot authors it will not happen automatically because of security reasons)
snap connect certbot:plugin certbot-dns-hetzner
snap connect certbot-dns-hetzner:certbot-metadata certbot:certbot-metadata
certbot plugins
should list dns-hetzner