From 216384e096c3f5738f0735964eb355893ef75081 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 12 May 2018 15:56:09 -0600 Subject: [PATCH] add bundle.pem for HAProxy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ab25b..95632ae 100644 --- a/README.md +++ b/README.md @@ -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