From 154d5134e953a25b332008ba9c06504a2caba08e Mon Sep 17 00:00:00 2001 From: Blackeye <33430997+Blackstareye@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:01:16 +0200 Subject: [PATCH] Didn't find the documentation for hetzner api, but saw it in the dnsapi folder. Found the correct way to use that in issue #4097 :) So I thought I add a hetzner entry --- dnsapi.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dnsapi.md b/dnsapi.md index 7253061..f3a9aac 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1428,8 +1428,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 +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 +``` -## 74. Use DDNSS.de API +## 75. Use DDNSS.de API First create an account at https://ddnss.de. After that create a new host record. In the defenition for the host make sure to set the checkbox for "Wildcard" and for "TXT". @@ -1471,6 +1477,8 @@ To issue a new certificate, run: If you find any bugs of NLnetLabs NSD dns API, please report here: https://github.com/Neilpang/acme.sh/issues/2245 + + ----------------------------------- **More APIs see here...**