0% found this document useful (0 votes)
37 views3 pages

Installation Et Configuration de Let

installation
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views3 pages

Installation Et Configuration de Let

installation
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

# Installation et configuration de Let’s Encrypt

sudo apt-get update


sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get install certbot
sudo mkdir -p /etc/nginx/ssl
sudo openssl dhparam -out /etc/nginx/ssl/dhp-4096.pem 4096
Configurer Bigbluebutton pour utiliser https

Bbb-conf –setip bbb.conference.cm

nano /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
sudo sed -e 's|http://|https://|g' -i
/var/www/bigbluebutton/client/conf/config.xml

You might also like