* Set OPENSSL_X509_CERT_FILE.

svn path=/nixos/trunk/; revision=29225
This commit is contained in:
Eelco Dolstra 2011-09-12 17:01:43 +00:00
parent 7dc59f0bb0
commit 64340dc03c

View File

@ -19,6 +19,9 @@ with pkgs.lib;
environment.shellInit = environment.shellInit =
'' ''
export OPENSSL_X509_CERT_FILE=/etc/ssl/certs/ca-bundle.crt
# !!! Remove the following as soon as OpenSSL 1.0.0e is the default.
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
export GIT_SSL_CAINFO=/etc/ssl/certs/ca-bundle.crt export GIT_SSL_CAINFO=/etc/ssl/certs/ca-bundle.crt
''; '';