diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index c7f0b76..cda8e13 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -224,6 +224,7 @@ apt-get -y install \ git \ htop \ letsencrypt \ + net-tools \ unzip \ wget @@ -896,6 +897,10 @@ sed -i "s| main_muc = \"conference.|-- main_muc = \"conference.|" #EO_TF fi +# Fix prosody not able to read SSL Certs +chown -R root:prosody /etc/prosody/certs/ +chmod -R 650 /etc/prosody/certs/ + #SSL workaround if [ "$(dpkg-query -W -f='${Status}' nginx 2>/dev/null | grep -c "ok installed")" -eq 1 ]; then ssl_wa nginx nginx $DOMAIN $WS_CONF $SYSADMIN_EMAIL $DOMAIN