From: Robert Harakaly Date: Tue, 7 Dec 2004 20:06:49 +0000 (+0000) Subject: Export lb key instead of host key. To be fixed in future, risk of collision. Need... X-Git-Tag: glite-wms-utils-exception_R_1_0_0~41 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=078791e891c42768057fa5cba5b24182e6bb73cd;p=jra1mw.git Export lb key instead of host key. To be fixed in future, risk of collision. Need fix in the init.d script --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index f6b81bc..2c3546b 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -176,8 +176,8 @@ def set_env(): if not os.path.exists(os.environ['GLITE_LOCATION_TMP']): os.mkdir(os.environ['GLITE_LOCATION_TMP'],0755) - glib.export('GLITE_HOST_CERT',params['host.certificate.file']) - glib.export('GLITE_HOST_KEY',params['host.key.file']) + glib.export('GLITE_HOST_CERT',params['lb.certificate.file']) + glib.export('GLITE_HOST_KEY',params['lb.key.file']) glib.export('GLITE_USER','gproduct') glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION']) glib.export('GLITE_CERT_DIR',params['GLITE_CERT_DIR'])