add the FreeBSD certificate bundle path

This commit is contained in:
Shivaram Lingamneni
2012-04-19 14:27:26 -07:00
parent 1360e77cb2
commit e1528ce3be
+2
View File
@@ -30,6 +30,8 @@ POSSIBLE_CA_BUNDLE_PATHS = [
'/etc/pki/tls/certs/ca-bundle.crt',
# Ubuntu and friends:
'/etc/ssl/certs/ca-certificates.crt',
# FreeBSD (provided by the ca_root_nss package):
'/usr/local/share/certs/ca-root-nss.crt',
]
def get_ca_bundle_path():