From a0a4fbf566c2f08d8703922c956aa57b6d6b390e Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Thu, 21 Sep 2017 00:36:38 -0500 Subject: [PATCH] Instructions for Let's encrypt --- doc/quick-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index ec2398f1e..5b0b1294b 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -32,6 +32,14 @@ During the installation, you will be asked to enter the hostname of the Jitsi Me This hostname (or IP address) will be used for virtualhost configuration inside the Jitsi Meet and also, you and your correspondents will be using it to access the web conferences. +### Generate a Let's Encrypt certificate + +Simply run the following in your shell + +```sh +/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh +``` + #### Advanced configuration If installation is on a machine behind NAT further configuration of jitsi-videobridge is needed in order for it to be accessible. Provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP 10000).