summaryrefslogtreecommitdiff
blob: 1c21a2ae1e02c938423be917ff558b769d624f72 (plain)
1
2
3
4
5
6
7
8
9
10
Use system's CA certificate store

--- a/certifi/core.py
+++ b/certifi/core.py
@@ -21,4 +21,2 @@ class DeprecatedBundleWarning(DeprecationWarning):
 def where():
-    f = os.path.dirname(__file__)
-
-    return os.path.join(f, 'cacert.pem')
+    return "@GENTOO_PORTAGE_EPREFIX@/etc/ssl/certs/ca-certificates.crt"