Skip to content

Commit 56c4deb

Browse files
Merge pull request hestiacp#980 from Estilate/master
Fixed issue hestiacp#975 + Added missing spanish translations and fixed some spelling mistakes
2 parents 6ce840f + a77b487 commit 56c4deb

File tree

2 files changed

+180
-174
lines changed

2 files changed

+180
-174
lines changed

bin/v-list-sys-vesta-ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ csv_list() {
9999

100100
# Parsing SSL certificate
101101
crt=$(cat $VESTA/ssl/certificate.crt |sed ':a;N;$!ba;s/\n/\\n/g')
102-
key=$(cat $VESTA/ssl/certificate.crt |sed ':a;N;$!ba;s/\n/\\n/g')
102+
key=$(cat $VESTA/ssl/certificate.key |sed ':a;N;$!ba;s/\n/\\n/g')
103103

104104
# Parsing SSL certificate details without CA
105105
info=$(openssl x509 -text -in $VESTA/ssl/certificate.crt)

0 commit comments

Comments
 (0)