From 65ff15e33d62fe1431894a02378560e199dc3bbd Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Tue, 13 Jun 2023 04:43:09 -0500 Subject: [PATCH] Fix #656 --- bbb-install-2.6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-install-2.6.sh b/bbb-install-2.6.sh index ada1928..2d9f42a 100755 --- a/bbb-install-2.6.sh +++ b/bbb-install-2.6.sh @@ -817,7 +817,7 @@ 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 chmod 0640 /etc/haproxy/certbundle.pem.new mv /etc/haproxy/certbundle.pem.new /etc/haproxy/certbundle.pem