forked from Deuxfleurs/infrastructure
11 lines
381 B
Bash
Executable file
11 lines
381 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp ${JITSI_CERTS_FOLDER}/auth.jitsi.deuxfleurs.fr.crt /usr/local/share/ca-certificates/auth.jitsi.deuxfleurs.fr.crt
|
|
update-ca-certificates -f
|
|
|
|
/srv/jicofo/jicofo.sh \
|
|
--host=${JITSI_PROSODY_HOST} \
|
|
--domain=jitsi.deuxfleurs.fr \
|
|
--secret=${JITSI_SECRET_JICOFO_COMPONENT} \
|
|
--user_domain=auth.jitsi.deuxfleurs.fr \
|
|
--user_password=${JITSI_SECRET_JICOFO_USER}
|