JonasAlfredsson / docker-nginx-certbot

Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.
https://hub.docker.com/r/jonasal/nginx-certbot
MIT License
969 stars 169 forks source link

chore: Add Hetzner dns challenge plugin #284

Closed protos-gunzinger closed 3 months ago

protos-gunzinger commented 3 months ago

This adds the certbot-dns-hetzner plugin.

I have been testing this change and using the resulting images internally :)

Working fine when the credentials are added to the hetzner.ini config file as such:

dns_hetzner_api_token = 0xDEADBEEF

Thank you for the awesome image!

JonasAlfredsson commented 3 months ago

Nice, it appears to build, so I will update the documentation and release a new version :)

protos-gunzinger commented 3 months ago

Thank you for the fast response and integration! :)

Happy to switch back to the official images and delete my internal fork with this change 😄