mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
Properly set the caFile for aws-sdk-cpp s3
This commit is contained in:
parent
1cf4801108
commit
3cc18d3753
4 changed files with 6 additions and 2 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue