fix error
This commit is contained in:
parent
54143ae6d4
commit
f6b9c65041
@ -200,8 +200,9 @@ acme.sh --install-cert -d example.com \
|
|||||||
**Nginx** example:
|
**Nginx** example:
|
||||||
```bash
|
```bash
|
||||||
acme.sh --install-cert -d example.com \
|
acme.sh --install-cert -d example.com \
|
||||||
--key-file /path/to/keyfile/in/nginx/key.pem \
|
--cert-file /path/to/keyfile/in/nginx/cert.pem \
|
||||||
--fullchain-file /path/to/fullchain/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"
|
--reloadcmd "service nginx force-reload"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user