Browse Source

fix error

pull/2551/head
fjh1997 6 years ago
committed by GitHub
parent
commit
f6b9c65041
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -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 \
--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" --reloadcmd "service nginx force-reload"
``` ```

Loading…
Cancel
Save