bbb-install icon indicating copy to clipboard operation
bbb-install copied to clipboard

Install coTURN with provided SSL certificate

Open debuglevel opened this issue 2 years ago • 0 comments

For now...

  • it is only possible to install BBB with Let's encrypt (-e) or provided SSL certificates (-d).
  • it is only possible to install coTURN with Let's Encrypt (-e) - provided SSL certificates are not supported.

From a user's perspective, it would be plausible that -d should also work with coTURN.

For what I figured out from the script, coTURN and nginx both could just use the same procedures to get their needed fullchain.pem and privkey.pem (be it retrieved from certbot or provided in /local/certs). I guess this could be refactored and therefore even simplify the script.

debuglevel avatar Jun 17 '22 09:06 debuglevel