mirror of
https://github.com/nextcloud/vm.git
synced 2025-08-20 13:20:56 +00:00
@ -307,8 +307,11 @@ else
|
|||||||
if [ -d "$CERTFILES" ]
|
if [ -d "$CERTFILES" ]
|
||||||
then
|
then
|
||||||
# Generate DHparams cipher
|
# Generate DHparams cipher
|
||||||
if [ ! -f "$DHPARAMS_TLS" ]
|
if [ -f "$DHPARAMS_TLS" ]
|
||||||
then
|
then
|
||||||
|
rm -f "$DHPARAMS_TLS"
|
||||||
|
openssl dhparam -out "$DHPARAMS_TLS" 2048
|
||||||
|
else
|
||||||
openssl dhparam -out "$DHPARAMS_TLS" 2048
|
openssl dhparam -out "$DHPARAMS_TLS" 2048
|
||||||
fi
|
fi
|
||||||
# Activate new config
|
# Activate new config
|
||||||
|
Reference in New Issue
Block a user