forked from lix-project/hydra
hydra-module: Set GIT_SSL_CAINFO for git over https
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
7cb2c13c88
commit
fb36de0f48
|
@ -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 //
|
||||
|
|
Loading…
Reference in a new issue