Skip to content

Commit

Permalink
Merge pull request #657 from ffdixon/add-space
Browse files Browse the repository at this point in the history
Fix #656
  • Loading branch information
ffdixon authored Jun 13, 2023
2 parents 906d214 + 65ff15e commit 2a58d62
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 @@ -825,7 +825,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 2a58d62

Please sign in to comment.