Updated How to issue a cert (markdown)

master
neil 2020-04-04 11:31:36 +08:00
parent 67e5f00274
commit 7becad1ea7
1 changed files with 6 additions and 1 deletions

@ -131,5 +131,10 @@ acme.sh --issue \
-d dd.com -w /home/wwwroot/dd.com
```
```
acme.sh --issue \
-d aa.com --dns dns_dp \
-d bb.com --dns dns_cf \
-d cc.com --dns dns_ns
```