From 9ecffad2fada6e43fc430bcd07603ff515d1229f Mon Sep 17 00:00:00 2001 From: venji10 Date: Mon, 6 Sep 2021 22:59:26 +0200 Subject: jitsi.html: Fix typos --- jitsi.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jitsi.html') diff --git a/jitsi.html b/jitsi.html index 0c7d427..2c746db 100644 --- a/jitsi.html +++ b/jitsi.html @@ -34,7 +34,7 @@ echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jit apt update -y

- Ok. So now we can install Jitsi, but before we do that, let's the firewall ufw, in case you + Ok. So now we can install Jitsi, but before we do that, let's setup the firewall ufw, in case you have it enabled, and the SSL certificate.

@@ -108,7 +108,7 @@ ufw enable

- 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. + 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.

When you create a video chatroom, its address will appear as meet.example.org/yourvideochatname and can be shared as such.

-- cgit v1.2.3 From 58fb57f28fef27e46338b461156ce74524d6744f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Sep 2021 22:31:04 -0500 Subject: Changed cert.pem to fullchain.pem The full chain cert is required for the Android app and some browsers to connect to the server --- jitsi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jitsi.html') diff --git a/jitsi.html b/jitsi.html index 2c746db..cda1e77 100644 --- a/jitsi.html +++ b/jitsi.html @@ -90,7 +90,7 @@ ufw enable

When it ask you for the certification key and cert files, input /etc/letsencrypt/live/meet.example.org/privkey.pem and - /etc/letsencrypt/live/meet.example.org/cert.pem respectively. + /etc/letsencrypt/live/meet.example.org/fullchain.pem respectively.

Using Jitsi

-- cgit v1.2.3