Expand certificate instructions
This commit is contained in:
parent
423a66ca84
commit
5c479e7ffb
|
@ -36,11 +36,15 @@ echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-s
|
||||||
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
|
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generate a Let's Encrypt certificate
|
### (optional) Generate a Let's Encrypt certificate
|
||||||
|
|
||||||
A certificate is required to enable secure communication between conference participants and your service.
|
A certificate is required to enable secure communication between conference participants and your service.
|
||||||
|
|
||||||
To generate a certificate for free using the non-profit [Let's Encrypt](https://letsencrypt.org/) service, run the following command:
|
Most conference participants will only be able to join your service if it uses a certificate generated by a trusted [certificate authority](https://en.wikipedia.org/wiki/Certificate_authority).
|
||||||
|
|
||||||
|
Jitsi Meet will offer to generate a self-signed certificate for you during installation. You can accept this offer if you do not have an existing certificate, but some participants may experience difficulty joining your service.
|
||||||
|
|
||||||
|
Optionally you can generate a trusted certificate for free using the non-profit [Let's Encrypt](https://letsencrypt.org/) service using the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
|
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
|
||||||
|
|
Loading…
Reference in New Issue