On Thu 07-12-27 13:41, Zeeshan Ali Shah wrote: > Hi,* > As TRUSTED_CA* directory: contains the CA certificates and associated > files trusted by the Globus installation. The trusted certificates > directory is searched for in the following order: > > 1. |X509_CERT_DIR| environment variable. If this variable is > set, trusted certificates are searched for here. > 2. |$HOME/.globus/certificates/| This is a user-specific > location to search for trusted certificates. > 3. |/etc/grid-security/certificates/| The default location for > trusted certificates and config files. This location is > independent of the location of a Globus installation. > 4. |$GLOBUS_LOCATION/share/certificates/| location based on a > Globus installation > > Question: I have bunch of trusted certificates under /var/customcerts > and my own CA trusted certificate under /etc/grid-security/certificates. > I want to include these two directories under search order of > TRUSTED_CA. Any way of doing that ? OR Globus uses the first directory > found to exist in the search order .
As far as I know, Globus uses only the first directory found to exist in the search order. As a workaround, you could set $X509_CERT_DIR to point to a directory containing symlinks to files in as many other directories as you like. -- Keith Thompson <[EMAIL PROTECTED]> ex-San Diego Supercomputer Center <http://users.sdsc.edu/~kst/> "We must do something. This is something. Therefore, we must do this." -- Antony Jay and Jonathan Lynn, "Yes Minister"
