mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
add documentation for reload command
This commit is contained in:
parent
afe5cb588d
commit
c9818ea2c4
@ -263,6 +263,12 @@ You must specify the path where you want the concatenated key and certificate ch
|
|||||||
export DEPLOY_HAPROXY_PEM_PATH=/etc/haproxy
|
export DEPLOY_HAPROXY_PEM_PATH=/etc/haproxy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may optionally define the command to reload HAProxy. The value shown below will be used as the default if you don't set this environment variable.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export DEPLOY_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"
|
||||||
|
```
|
||||||
|
|
||||||
You can then deploy the certificate as follows
|
You can then deploy the certificate as follows
|
||||||
```sh
|
```sh
|
||||||
acme.sh --deploy -d haproxy.example.com --deploy-hook haproxy
|
acme.sh --deploy -d haproxy.example.com --deploy-hook haproxy
|
||||||
|
Loading…
Reference in New Issue
Block a user