diff options
| -rw-r--r-- | jitsi.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,7 @@ echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jit apt update -y</code></pre> <p> - Ok. So now we can install Jitsi, but before we do that, let's the firewall <code>ufw</code>, in case you + Ok. So now we can install Jitsi, but before we do that, let's setup the firewall <code>ufw</code>, in case you have it enabled, and the SSL certificate. </p> @@ -90,7 +90,7 @@ ufw enable</code></pre> <p> When it ask you for the certification key and cert files, input <code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/privkey.pem</code> and - <code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/cert.pem</code> respectively. + <code>/etc/letsencrypt/live/<strong>meet.example.org</strong>/fullchain.pem</code> respectively. </p> <h2>Using Jitsi</h2> @@ -108,7 +108,7 @@ ufw enable</code></pre> </ul> <p> - <strong>When using a Jitsti app for the first time, remember to go to the "Settings" menu and change your server name to the Jitsi site you just created.</strong> + <strong>When using a Jitsi app for the first time, remember to go to the "Settings" menu and change your server name to the Jitsi site you just created.</strong> </p> <p>When you create a video chatroom, its address will appear as <code><strong>meet.example.org/yourvideochatname</strong></code> and can be shared as such.</p> |
