fix error

This commit is contained in:
fjh1997 2019-10-22 13:57:58 +08:00 committed by GitHub
parent 54143ae6d4
commit f6b9c65041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,8 +200,9 @@ acme.sh --install-cert -d example.com \
**Nginx** example:
```bash
acme.sh --install-cert -d example.com \
--key-file /path/to/keyfile/in/nginx/key.pem \
--fullchain-file /path/to/fullchain/nginx/cert.pem \
--cert-file /path/to/keyfile/in/nginx/cert.pem \
--key-file /path/to/keyfile/in/nginx/key.pem
--fullchain-file /path/to/fullchain/nginx/fullchain.pem \
--reloadcmd "service nginx force-reload"
```