Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c9818ea2
Unverified
Commit
c9818ea2
authored
May 04, 2018
by
Daniel Watrous
Committed by
GitHub
May 04, 2018
Browse files
add documentation for reload command
parent
afe5cb58
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
c9818ea2
...
...
@@ -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
```
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
```
sh
acme.sh
--deploy
-d
haproxy.example.com
--deploy-hook
haproxy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment