Skip to content

Commit

Permalink
Fix #656
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Jun 13, 2023
1 parent 3087758 commit 65ff15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-install-2.6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ END
cat > /etc/letsencrypt/renewal-hooks/deploy/haproxy <<HERE
#!/bin/bash -e
cat "/etc/letsencrypt/live/${HOST}"/{fullchain,privkey}.pem > /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
Expand Down

0 comments on commit 65ff15e

Please sign in to comment.