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

master
Blackeye 2023-03-31 22:01:16 +02:00
parent 20d89a5832
commit 154d5134e9
1 changed files with 9 additions and 1 deletions

@ -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 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. 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". 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 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...** **More APIs see here...**