diff --git a/dnsapi.md b/dnsapi.md index f3a9aac..5e8d09d 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1429,10 +1429,14 @@ Issuing a certificate: If you find any bugs of MaraDNS DNS API, please report here: https://github.com/Neilpang/acme.sh/issues/2072 ## 74. Use Hetzner API + +Get the API Token: +Use [dnsConsole](https://dns.hetzner.com/) to create your hetzner api token. + Issuing a certificate (using letsencrypt): ```sh export HETZNER_Token="xxxx" -./acme.sh --issue --dns dns_hetzner -d example.com -d -d www.example.com --server letsencrypt +./acme.sh --issue --dns dns_hetzner -d example.com -d www.example.com --server letsencrypt ``` ## 75. Use DDNSS.de API @@ -1454,7 +1458,7 @@ After that you can issue a new certificate: If you find any bugs of ddnss.de API, please report here: https://github.com/Neilpang/acme.sh/issues/2230 -## 75. Use NLnetLabs NSD +## 76. Use NLnetLabs NSD You need to export two variables. Your zonefile which the script will automatically edit: ```sh