]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/httpscert
Kernel angepasst.
[ipfire-2.x.git] / src / scripts / httpscert
index 97c6c3ce2bcd4a6a58ea1bc4e50965e8ebee5929..2c5a928296e4d699ebd005381465505b98752b5c 100644 (file)
@@ -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