|
|
|
|
32
|
|
32
|
|
33
|
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.
|
33
|
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.
|
34
|
|
34
|
|
|
|
35
|
+### Generate a Let's Encrypt certificate
|
|
|
36
|
+
|
|
|
37
|
+Simply run the following in your shell
|
|
|
38
|
+
|
|
|
39
|
+```sh
|
|
|
40
|
+/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
|
|
|
41
|
+```
|
|
|
42
|
+
|
35
|
#### Advanced configuration
|
43
|
#### Advanced configuration
|
36
|
If installation is on a machine behind NAT further configuration of jitsi-videobridge is needed in order for it to be accessible.
|
44
|
If installation is on a machine behind NAT further configuration of jitsi-videobridge is needed in order for it to be accessible.
|
37
|
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).
|
45
|
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).
|