add bundle.pem for HAProxy
This commit is contained in:
parent
0217bae134
commit
216384e096
|
@ -50,7 +50,8 @@ greenlock --email jon@example.com \
|
||||||
--domains example.com,www.example.com \
|
--domains example.com,www.example.com \
|
||||||
--webroot-path /srv/www/example.com \
|
--webroot-path /srv/www/example.com \
|
||||||
--privkey-path /etc/ssl/privkey.pem \
|
--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
|
Robust configurations for Greenlock as a system service
|
||||||
|
|
Loading…
Reference in New Issue