mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
fixed typos and fixed ordering
parent
154d5134e9
commit
1f09da13b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user