hydra-module: Set GIT_SSL_CAINFO for git over https

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-03-22 13:22:33 -04:00
parent 7cb2c13c88
commit fb36de0f48

View file

@ -22,6 +22,7 @@ let
HYDRA_DATA = "${baseDir}/data";
HYDRA_PORT = "${toString cfg.port}";
OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
GIT_SSL_CAINFO = "/etc/ssl/certs/ca-bundle.crt";
};
serverEnv = env //