Don't need to copy jitsi certs
This commit is contained in:
parent
02998336dc
commit
368fd5b8d2
|
@ -691,21 +691,6 @@ function update_default_domain {
|
||||||
echo $'Updating default domain'
|
echo $'Updating default domain'
|
||||||
if [[ $ONION_ONLY == 'no' ]]; then
|
if [[ $ONION_ONLY == 'no' ]]; then
|
||||||
if [ -d /etc/prosody ]; then
|
if [ -d /etc/prosody ]; then
|
||||||
if [ -d /etc/jitsi ]; then
|
|
||||||
read_config_param "JITSI_DOMAIN_NAME"
|
|
||||||
if [ ${#JITSI_DOMAIN_NAME} -gt 0 ]; then
|
|
||||||
if [ -f /etc/ssl/private/${JITSI_DOMAIN_NAME}.key ]; then
|
|
||||||
cp /etc/ssl/private/${JITSI_DOMAIN_NAME}.key /etc/prosody/certs/${JITSI_DOMAIN_NAME}.key
|
|
||||||
fi
|
|
||||||
if [ -f /etc/ssl/certs/${JITSI_DOMAIN_NAME}.crt ]; then
|
|
||||||
cp /etc/ssl/certs/${JITSI_DOMAIN_NAME}.crt /etc/prosody/certs/${JITSI_DOMAIN_NAME}.pem
|
|
||||||
fi
|
|
||||||
if [ -f /etc/ssl/certs/${JITSI_DOMAIN_NAME}.pem ]; then
|
|
||||||
cp /etc/ssl/certs/${JITSI_DOMAIN_NAME}.pem /etc/prosody/certs/${JITSI_DOMAIN_NAME}.pem
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f /etc/mumble-server.ini ]; then
|
if [ -f /etc/mumble-server.ini ]; then
|
||||||
if [ ! -f /etc/ssl/certs/${DEFAULT_DOMAIN_NAME}.pem ]; then
|
if [ ! -f /etc/ssl/certs/${DEFAULT_DOMAIN_NAME}.pem ]; then
|
||||||
if ! grep -q "mumble.pem" /etc/mumble-server.ini; then
|
if ! grep -q "mumble.pem" /etc/mumble-server.ini; then
|
||||||
|
|
Loading…
Reference in New Issue