Hetzner Cloud DNS Provider Support
Adds the new Hetzner Cloud API DNS provider (hetzner-cloud) to address the upcoming shutdown of the legacy Hetzner DNS console API (#95).
What's new
- New provider:
certbot-dns-hetzner-cloud(v1.0.5) using the Hetzner Cloud API - Backward compatible: The legacy
hetznerprovider remains available — both work simultaneously during the migration period - Documentation: Updated DNS provider docs with configuration examples and deprecation notice for the legacy API
Migration
Existing Hetzner users should migrate to hetzner-cloud before the legacy DNS console API shuts down in May 2025. See the migration guide for details.
Configuration
{
"dns_provider": "hetzner-cloud",
"dns_providers": {
"hetzner-cloud": {
"api_token": "your_hetzner_cloud_api_token"
}
}
}Full Changelog: v2.2.6...v2.2.7