web: remove DHE suites support

Ref: https://github.com/jitsi/docker-jitsi-meet/issues/433
This commit is contained in:
Hanno Böck
2020-04-14 16:59:19 +02:00
committed by GitHub
parent 367621f6da
commit dc46215600
2 changed files with 1 additions and 7 deletions

View File

@@ -47,9 +47,6 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
openssl req -new -x509 -days 3650 -nodes -out /config/keys/cert.crt -keyout /config/keys/cert.key -subj "$SUBJECT"
fi
fi
if [[ ! -f /config/nginx/dhparams.pem ]]; then
openssl dhparam -out /config/nginx/dhparams.pem 2048
fi
fi
# copy config files