crypt32: Add another root store path to the certificate location list.
This commit is contained in:
parent
193c837989
commit
84029a836f
|
@ -486,6 +486,7 @@ static const char * const CRYPT_knownLocations[] = {
|
|||
"/etc/ssl/certs/ca-certificates.crt",
|
||||
"/etc/ssl/certs",
|
||||
"/etc/pki/tls/certs/ca-bundle.crt",
|
||||
"/usr/share/ca-certificates/ca-bundle.crt",
|
||||
"/usr/local/share/certs/",
|
||||
"/etc/sfw/openssl/certs",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue