Skip to content

Enable reading CA certs from X509_CERT_DIR

Nikola Hardi requested to merge nhardi/jalien-root:fix-cacertspath into master

This pull request fixes a small bug in forming a default ca cert path (a missing slash in ~/.j/trusts) and changes second default ca cert path to be loaded from environment variable. The environment variable is now X509_CERTS_DIR instead of JALIEN_CA_PATH. This variable is set by JAliEn-Runtime and the certificates stored at this location come from alidist/alien-cas package.

Another source of certificates can be /cvmfs/alice.cern.ch/etc/grid-security/certificates.

Edited by Nikola Hardi

Merge request reports