bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
617 stars 539 forks source link

Feature request : Supress the need of letsencrypt when installing coturn server #216

Open goudal-emmk opened 4 years ago

goudal-emmk commented 4 years ago

Hello, Like a lot of educational institutions we have our own certificate provider which is more secure than letsencrypt. It is very time consuming to first deal with letsencrypt than remove all the stuff...

Or maybe there is a non documented feature ?

Thanks..

Fred

lonesomewalker commented 4 years ago

"which is more secure than letsencrypt" <- sorry, do you know what this means?

If you don't trust Let's Encrypt, you can install your own coturn server without bbb-install.sh Ubuntu: apt-get install coturn nano /etc/turnserver.conf -> edit for your needs

goudal-emmk commented 4 years ago

More secure = organisations legal existance is cheked and validated. You just don't have to own a domain name to get a certificate. (Ok nobody ever check that...) Furthermore it's better for an organisation to have the same CA on all the certificates... Let's say finaly that in my point of view it's more secure.

On the second point, I would say that the install script is quite well built, and is used in deployment of bbb clusters... so why not add a simple option to make it better for some usage ? Of course I did it by hand.