Readme update

This commit is contained in:
andrewheberle 2018-09-28 08:46:39 +08:00 committed by GitHub
parent 31d9ba7e02
commit 0a4e61c1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,13 +267,13 @@ export DEPLOY_HAPROXY_PEM_PATH=/etc/haproxy
You may optionally specify the file name where you want the concatenated key and certificate chain written. The value shown below will be used as the default if you don't set this environment variable.
```sh
export DEPLOY_HAPROXY_PEM_PATH=$domain
export DEPLOY_HAPROXY_PEM_NAME=$domain
```
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="systemctl reload haproxy"
export DEPLOY_HAPROXY_RELOAD="true"
```
You may optionally specify that the issuer certificate is transferred to "${DEPLOY_HAPROXY_PEM}.issuer". This is a requirement to support OCSP stapling in HAProxy. The value shown below will be used as the default if you don't set this environment variable.