Revert "Expand certificate instructions"

This reverts commit 5c479e7ffb.
This commit is contained in:
James Addison 2020-03-27 12:25:13 +00:00
parent e1c1f0e0a8
commit 74010d2afe
1 changed files with 2 additions and 6 deletions

View File

@ -27,15 +27,11 @@ 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 -
```
### (optional) Generate a Let's Encrypt certificate
### Generate a Let's Encrypt certificate
A certificate is required to enable secure communication between conference participants and your service.
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:
To generate a certificate for free using the non-profit [Let's Encrypt](https://letsencrypt.org/) service, run the following command:
```sh
/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh