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:
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