bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`-d` could produce a bad haproxy `certbundle.pem`

debuglevel opened this issue · comments

This line
https://github.com/bigbluebutton/bbb-install/blob/30877586590f4bf4bc0d62d5a18d13732572abbe/bbb-install-2.6.sh#LL820C20-L820C20
could produce a bad certbundle.pem in combination with -d. If the provided certificates do not have a newline at the end of the file, it might produce a line like this:

-----END CERTIFICATE----------BEGIN PRIVATE KEY-----

If this occures, haproxy will fail to start.