Add certificate file location used on FreeBSD
This commit is contained in:
parent
a49fc77b30
commit
055a0f720c
1 changed files with 1 additions and 0 deletions
|
@ -922,6 +922,7 @@ midori_soup_session_prepare (SoupSession* session,
|
||||||
{
|
{
|
||||||
"/etc/pki/tls/certs/ca-bundle.crt",
|
"/etc/pki/tls/certs/ca-bundle.crt",
|
||||||
"/etc/ssl/certs/ca-certificates.crt",
|
"/etc/ssl/certs/ca-certificates.crt",
|
||||||
|
"/usr/local/share/certs/ca-root-nss.crt",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
guint i;
|
guint i;
|
||||||
|
|
Loading…
Reference in a new issue