Remove /etc/ca-bundle.crt
Applications should use /etc/ssl/certs/ca-bundle.crt instead.
This commit is contained in:
parent
61eae53709
commit
9c616e3bf4
@ -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…
Reference in New Issue
Block a user