Jitsi: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=First install the Jitsi repository key onto your system=
 
=First install the Jitsi repository key onto your system=
 
*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 -
=Create a sources.list.d file with the repository=
 
 
*echo deb https://download.jitsi.org stable/ > /etc/apt/sources.list.d/jitsi-stable.list
 
*echo deb https://download.jitsi.org stable/ > /etc/apt/sources.list.d/jitsi-stable.list
 
=Update your package list=
 
 
*apt-get -y update
 
*apt-get -y update
=Install the full suite=
 
 
*apt-get -y install jitsi-meet
 
*apt-get -y install jitsi-meet
 +
 +
 
=Generate a Let's Encrypt certificate=
 
=Generate a Let's Encrypt certificate=
 
*/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh
 
*/usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

Version vom 16. März 2020, 19:01 Uhr

First install the Jitsi repository key onto your system


Generate a Let's Encrypt certificate

  • /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

Links