mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
Kernel angepasst.
Bootprozess bearbeitet. Console vorlaeufig auf Deutsch eingestellt bis das Setup geht. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@358 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user