File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11381138key_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 " (*) Add ssl certificate to Hestia"
11421142cd $HESTIA /ssl
11431143sed -n " 1,${crt_end} p" /tmp/hst.pem > certificate.crt
11441144sed -n " $key_start ,${key_end} p" /tmp/hst.pem > certificate.key
Original file line number Diff line number Diff line change @@ -1101,6 +1101,7 @@ key_start=$(grep -n "BEGIN RSA" /tmp/hst.pem |cut -f 1 -d:)
11011101key_end=$( grep -n " END RSA" /tmp/hst.pem | cut -f 1 -d:)
11021102
11031103# Adding SSL certificate
1104+ echo " (*) Add ssl certificate to Hestia"
11041105cd $HESTIA /ssl
11051106sed -n " 1,${crt_end} p" /tmp/hst.pem > certificate.crt
11061107sed -n " $key_start ,${key_end} p" /tmp/hst.pem > certificate.key
You can’t perform that action at this time.
0 commit comments