1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Properly set the caFile for aws-sdk-cpp s3

This commit is contained in:
Shea Levy 2017-03-06 14:30:35 -05:00
parent 1cf4801108
commit 3cc18d3753
4 changed files with 6 additions and 2 deletions

View file

@ -69,6 +69,7 @@ Settings::Settings()
showTrace = false;
enableImportNative = false;
netrcFile = fmt("%s/%s", nixConfDir, "netrc");
caFile = getEnv("NIX_SSL_CERT_FILE", getEnv("SSL_CERT_FILE", "/etc/ssl/certs/ca-certificates.crt"));
}