X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Fscripts%2Fhttpscert;h=2c5a928296e4d699ebd005381465505b98752b5c;hp=97c6c3ce2bcd4a6a58ea1bc4e50965e8ebee5929;hb=65998e0a05463089cb7f6ad29baba5f9ed4fbc69;hpb=231048413ceb290dacedb62a38063e7079d9ef56 diff --git a/src/scripts/httpscert b/src/scripts/httpscert index 97c6c3ce2b..2c5a928296 100644 --- a/src/scripts/httpscert +++ b/src/scripts/httpscert @@ -31,7 +31,7 @@ case "$1" in ISSUER=`openssl x509 -in /etc/httpd/server.crt -text -noout | grep Issuer | /usr/bin/cut -f2 -d '='` HOSTNAME=`/bin/hostname -f` if [ "$ISSUER" != "$HOSTNAME" ]; then - echo "Certificate issuer '$ISSUER' is not the same as the hostname'$HOSTNAME'" + echo "Certificate issuer '$ISSUER' is not the same as the hostname '$HOSTNAME'" echo "Probably host or domain name has been changed in setup" echo "You could remake server certificate with '/usr/local/bin/httpscert new'" exit 1