Skip to content

Commit 0a11301

Browse files
author
Kristan Kenney
committed
Update language - SSL certificate installation
1 parent 69ad0ae commit 0a11301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11381138
key_end=$(grep -n "END RSA" /tmp/hst.pem |cut -f 1 -d:)
11391139

11401140
# Adding SSL certificate
1141-
echo "(*) Add ssl certificate to Hestia"
1141+
echo "(*) Adding SSL certificate to Hestia Control Panel..."
11421142
cd $HESTIA/ssl
11431143
sed -n "1,${crt_end}p" /tmp/hst.pem > certificate.crt
11441144
sed -n "$key_start,${key_end}p" /tmp/hst.pem > certificate.key

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11011101
key_end=$(grep -n "END RSA" /tmp/hst.pem |cut -f 1 -d:)
11021102

11031103
# Adding SSL certificate
1104-
echo "(*) Add ssl certificate to Hestia"
1104+
echo "(*) Adding SSL certificate to Hestia Control Panel..."
11051105
cd $HESTIA/ssl
11061106
sed -n "1,${crt_end}p" /tmp/hst.pem > certificate.crt
11071107
sed -n "$key_start,${key_end}p" /tmp/hst.pem > certificate.key

0 commit comments

Comments
 (0)