$OpenBSD: patch-certifi_core_py,v 1.7 2020/05/14 11:44:48 sthen Exp $

Index: certifi/core.py
--- certifi/core.py.orig
+++ certifi/core.py
@@ -21,9 +21,7 @@ except ImportError:
 
 
 def where():
-    f = os.path.dirname(__file__)
-
-    return os.path.join(f, "cacert.pem")
+    return '/etc/ssl/cert.pem'
 
 
 def contents():
