srvrco / getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
GNU General Public License v3.0
2.07k stars 372 forks source link

Add Hetzner DNS scripts #838

Closed Leo963 closed 4 months ago

Leo963 commented 4 months ago

Adds DNS challenge scripts for Hetzner DNS API.

For use the environment variable HETZNER_KEY must be set with an access token.

Also either HETZNER_ZONE_ID or HETZNER_ZONE_NAME must be set as well. When HETZNER_ZONE_ID is set it is directly used. When HETZNER_ZONE_NAME is set the zone id is obtained first.