Commit 3ae46c30 authored by Julien Cigar's avatar Julien Cigar

FreeBSD: Add root certificate from ca_root_nss.

On FreeBSD root certificates from certificate authorities included in the
Mozilla NSS library are provided by the ca_root_nss package:

jcigar@frodon:~/ > pkg info -l ca_root_nss-3.21
ca_root_nss-3.21:
    /usr/local/etc/ssl/cert.pem.sample
    /usr/local/openssl/cert.pem.sample
    /usr/local/share/certs/ca-root-nss.crt
    /usr/local/share/licenses/ca_root_nss-3.21/LICENSE
    /usr/local/share/licenses/ca_root_nss-3.21/MPL
    /usr/local/share/licenses/ca_root_nss-3.21/catalog.mk

On some machines there is no symbolic link (/etc/ssl/cert.pem) installed
parent f9bd9b9f
......@@ -25,6 +25,7 @@ cert_paths = """
/usr/local/share/certs/ca-root.crt
/etc/ssl/cert.pem
/System/Library/OpenSSL/certs/cert.pem
/usr/local/share/certs/ca-root-nss.crt
""".strip().split()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment