How to use a grid certificate in a non-standard location
You may pass arbitrary options to create grid proxy (gridProxy.create()):
[default_GridProxy]
init_opts = -cert ~/.myglobus/usercert.pem -key ~/.myglobus/userkey.pem
If you see this error when submitting a job:
Ganga.Lib.LCG : WARNING to the LB logger at: rb124.cern.ch
Ganga.Lib.LCG : WARNING SSL Error (sslv3 alert bad certificate)
then you may try to add
-old
to init_opts.
In Ganga 4 the section name is
[GridProxy_Properties]
--
JakubMoscicki - 19 Oct 2006