$OpenBSD: patch-certifi_core_py,v 1.6 2019/10/24 13:33:04 pvk Exp $
Index: certifi/core.py
--- certifi/core.py.orig
+++ certifi/core.py
@@ -10,6 +10,4 @@ import os
 
 
 def where():
-    f = os.path.dirname(__file__)
-
-    return os.path.join(f, 'cacert.pem')
+    return '/etc/ssl/cert.pem'
