1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-18 20:02:55 +00:00

update doc

This commit is contained in:
neilpang
2018-03-18 11:18:37 +08:00
parent 323febe8c7
commit f2aa5c0235
+1 -1
View File
@@ -400,7 +400,7 @@ Valid values are:
It's simple, just give a wildcard domain as the `-d` parameter.
```sh
acme.sh --issue -d example.com -d *.example.com --dns dns_cf
acme.sh --issue -d example.com -d '*.example.com' --dns dns_cf
```