mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Remove /etc/ca-bundle.crt
Applications should use /etc/ssl/certs/ca-bundle.crt instead.
This commit is contained in:
parent
61eae53709
commit
9c616e3bf4
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ with pkgs.lib;
|
|||
[ { source = "${pkgs.cacert}/etc/ca-bundle.crt";
|
||||
target = "ssl/certs/ca-bundle.crt";
|
||||
}
|
||||
|
||||
# Backward compatibility; may remove at some point.
|
||||
{ source = "${pkgs.cacert}/etc/ca-bundle.crt";
|
||||
target = "ca-bundle.crt";
|
||||
}
|
||||
];
|
||||
|
||||
environment.variables.OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue