mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +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
|
|
@ -195,6 +195,9 @@ struct Settings {
|
|||
downloads. */
|
||||
Path netrcFile;
|
||||
|
||||
/* Path to the SSL CA file used */
|
||||
Path caFile;
|
||||
|
||||
private:
|
||||
SettingsMap settings, overrides;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue