From 74010d2afeee046a3340cb0101b2286f60ff3b74 Mon Sep 17 00:00:00 2001 From: James Addison Date: Fri, 27 Mar 2020 12:25:13 +0000 Subject: [PATCH] Revert "Expand certificate instructions" This reverts commit 5c479e7ffb539cba73db70da67ae9fe1d56a46a6. --- doc/quick-install.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/quick-install.md b/doc/quick-install.md index 8e062b822..4ef4533f4 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -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