Skip to content

Commit 3757ad9

Browse files
Replace dhparam 1024 with dhparam 4096
1 parent 7c6fd69 commit 3757ad9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install/upgrade/versions/1.0.3.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
#######################################################################################
88

99
# Set default theme
10-
1110
if [ -z $THEME ]; then
1211
echo "(*) Enabling support for customizable themes and configuring default..."
1312
$BIN/v-change-sys-theme default
14-
fi
13+
fi
14+
15+
# Replace dhparam 1024 with dhparam 4096
16+
cp -f $HESTIA/install/deb/ssl/dhparam.pem /etc/ssl

0 commit comments

Comments
 (0)