From 1f09da13b2f2b96baaf8c3a9566f6dac47d729f4 Mon Sep 17 00:00:00 2001 From: Blackeye <33430997+Blackstareye@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:05:24 +0200 Subject: [PATCH] fixed typos and fixed ordering --- dnsapi.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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