Skip to content

Commit 60ff07f

Browse files
author
Kristan Kenney
committed
Fix file name for dhparam.pem
1 parent 1cbe8aa commit 60ff07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.0.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
echo "(*) Installing 4096-bit SSL security certificate..."
1717
mv /etc/ssl/dhparam.pem $HESTIA_BACKUP/conf/
1818
cp -f $hestiacp/ssl/dhparam.pem /etc/ssl/
19-
chmod 600 /etc/ssl/dhparams.pem
19+
chmod 600 /etc/ssl/dhparam.pem
2020

2121
# Enhance Vsftpd security
2222
echo "(*) Modifying Vsftpd SSL configuration..."

0 commit comments

Comments
 (0)