mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 22:51:39 +00:00
commit
d204be4b2c
@ -147,7 +147,7 @@ acme.sh --installcert -d example.com \
|
|||||||
--certpath /path/to/certfile/in/apache/cert.pem \
|
--certpath /path/to/certfile/in/apache/cert.pem \
|
||||||
--keypath /path/to/keyfile/in/apache/key.pem \
|
--keypath /path/to/keyfile/in/apache/key.pem \
|
||||||
--fullchainpath /path/to/fullchain/certfile/apache/fullchain.pem \
|
--fullchainpath /path/to/fullchain/certfile/apache/fullchain.pem \
|
||||||
--reloadcmd "service apache2 restart"
|
--reloadcmd "service apache2 force-reload"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Nginx** example:
|
**Nginx** example:
|
||||||
@ -155,7 +155,7 @@ acme.sh --installcert -d example.com \
|
|||||||
acme.sh --installcert -d example.com \
|
acme.sh --installcert -d example.com \
|
||||||
--keypath /path/to/keyfile/in/nginx/key.pem \
|
--keypath /path/to/keyfile/in/nginx/key.pem \
|
||||||
--fullchainpath /path/to/fullchain/nginx/cert.pem \
|
--fullchainpath /path/to/fullchain/nginx/cert.pem \
|
||||||
--reloadcmd "service nginx restart"
|
--reloadcmd "service nginx force-reload"
|
||||||
```
|
```
|
||||||
|
|
||||||
Only the domain is required, all the other parameters are optional.
|
Only the domain is required, all the other parameters are optional.
|
||||||
|
Loading…
Reference in New Issue
Block a user