[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] make SSL CN include domain name
# HG changeset patch # User Simon Rowe <simon.rowe@xxxxxxxxxxxxx> # Date 1268650777 0 # Node ID 9939d7ac2b5473e681144b20739cc050feefc6d2 # Parent 2d0db62e48957f6ec9ed3fc26313aad6f0e07176 CA-26611: make CN include domain name. Signed-off-by: Simon Rowe <simon.rowe@xxxxxxxxxxxxx> 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 +- Attachment:
xen-api.hg.patch _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |