# HG changeset patch
# User Simon Rowe <[email protected]>
# Date 1268650777 0
# Node ID 9939d7ac2b5473e681144b20739cc050feefc6d2
# Parent  2d0db62e48957f6ec9ed3fc26313aad6f0e07176
CA-26611: make CN include domain name.

Signed-off-by: Simon Rowe <[email protected]>

diff -r 2d0db62e4895 -r 9939d7ac2b54 scripts/init.d-xapissl
--- a/scripts/init.d-xapissl    Tue Mar 16 14:58:48 2010 +0000
+++ b/scripts/init.d-xapissl    Mon Mar 15 10:59:37 2010 +0000
@@ -72,7 +72,7 @@
        fi
        if [ ! -f ${PEMFILE} ]; then
                # generating a pem file
-               CN=`hostname`
+               CN=`hostname -f`
 
                case "${CN}" in
                    localhost*)
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/init.d-xapissl |    2 +-


# HG changeset patch
# User Simon Rowe <[email protected]>
# Date 1268650777 0
# Node ID 9939d7ac2b5473e681144b20739cc050feefc6d2
# Parent  2d0db62e48957f6ec9ed3fc26313aad6f0e07176
CA-26611: make CN include domain name.

Signed-off-by: Simon Rowe <[email protected]>

diff -r 2d0db62e4895 -r 9939d7ac2b54 scripts/init.d-xapissl
--- a/scripts/init.d-xapissl	Tue Mar 16 14:58:48 2010 +0000
+++ b/scripts/init.d-xapissl	Mon Mar 15 10:59:37 2010 +0000
@@ -72,7 +72,7 @@
 	fi
 	if [ ! -f ${PEMFILE} ]; then
 		# generating a pem file
-		CN=`hostname`
+		CN=`hostname -f`
 
 		case "${CN}" in
 		    localhost*)
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to