Added the acme.sh --issue command for nsd for consistency
parent
83e17ab89b
commit
bda8171a47
|
@ -1443,9 +1443,13 @@ or directly:
|
|||
```
|
||||
export Nsd_Command="sudo nsd-control reload example.com"
|
||||
```
|
||||
|
||||
The variables are saved per-domain, not per-account.
|
||||
|
||||
To issue a new certificate, run:
|
||||
```
|
||||
acme.sh --issue --dns dns_nsd -d example.com -d *.example.com
|
||||
```
|
||||
|
||||
## 76. Use Schlundtech
|
||||
|
||||
[Schlundtech](https://www.schlundtech.de/) offers an [xml api](https://www.schlundtech.de/services/xml-gateway/) with your standard login credentials, set them like so:
|
||||
|
|
Loading…
Reference in New Issue