2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 19:28:05 +00:00

add bundle.pem for HAProxy

This commit is contained in:
AJ ONeal 2018-05-12 15:56:09 -06:00
parent 0217bae134
commit 216384e096

View File

@ -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