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
1eae7310
Unverified
Commit
1eae7310
authored
May 03, 2018
by
Daniel Watrous
Committed by
GitHub
May 03, 2018
Browse files
add docs for HAProxy deployment
parent
edb4d066
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
1eae7310
...
...
@@ -255,3 +255,17 @@ acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox
```
sh
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
strongswan
```
## 10. Deploy the cert to HAProxy
You must specify the path where you want the concatenated key and certificate chain written.
```
sh
export
DEPLOY_HAPROXY_PEM_PATH
=
/etc/haproxy
```
You can then deploy the certificate as follows
```
sh
acme.sh
--deploy
-d
haproxy.example.com
--deploy-hook
haproxy
```
The path for the PEM file will be stored with the domain configuration and will be available when renewing, so that deploy will happen automatically when renewed.
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