Skip to content

Commit 3ae46c3

Browse files
committed
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
1 parent f9bd9b9 commit 3ae46c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/ssl_support.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/usr/local/share/certs/ca-root.crt
2626
/etc/ssl/cert.pem
2727
/System/Library/OpenSSL/certs/cert.pem
28+
/usr/local/share/certs/ca-root-nss.crt
2829
""".strip().split()
2930

3031

0 commit comments

Comments
 (0)