diff --git a/bbb-install.sh b/bbb-install.sh index 6f47859..6adef54 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -816,9 +816,10 @@ END cat > /etc/letsencrypt/renewal-hooks/deploy/haproxy < /etc/haproxy/certbundle.pem.new + +{ cat /etc/letsencrypt/live/$HOST/fullchain.pem; echo; cat /etc/letsencrypt/live/$HOST/privkey.pem; } > /etc/haproxy/certbundle.pem.new chown root:haproxy /etc/haproxy/certbundle.pem.new mv /etc/haproxy/certbundle.pem.new /etc/haproxy/certbundle.pem systemctl reload haproxy