add bundle.pem for HAProxy

This commit is contained in:
AJ ONeal 2018-05-12 15:56:09 -06:00
parent 0217bae134
commit 216384e096
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ greenlock --email jon@example.com \
--domains example.com,www.example.com \
--webroot-path /srv/www/example.com \
--privkey-path /etc/ssl/privkey.pem \
--fullchain-path /etc/ssl/fullchain.pem
--fullchain-path /etc/ssl/fullchain.pem \
--bundle-path /etc/ssl/bundle.pem
```
Robust configurations for Greenlock as a system service