fix acme error

This commit is contained in:
VirtuBox 2018-02-02 00:52:47 +01:00 committed by GitHub
parent 34676d6b30
commit 4de3455f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Issue a cert
# domain
acme.sh --issue -d example.com --dns dns_cf
# domain + www
acme.sh --issue -d example.com --dns dns_cf -d www.example.com -d dev.example.com
acme.sh --issue -d example.com --dns dns_cf -d www.example.com
# SAN mode
acme.sh --issue -d example.com --dns dns_cf -d www.example.com -d dev.example.com
```