2020-06-03 11:14:35 +00:00
|
|
|
Index: certifi-2020.4.5.1/certifi/core.py
|
2019-03-11 10:02:47 +00:00
|
|
|
===================================================================
|
2020-06-03 11:14:35 +00:00
|
|
|
--- certifi-2020.4.5.1.orig/certifi/core.py
|
|
|
|
|
+++ certifi-2020.4.5.1/certifi/core.py
|
|
|
|
|
@@ -23,7 +23,7 @@ except ImportError:
|
2019-02-12 08:00:17 +00:00
|
|
|
def where():
|
2019-03-11 10:02:47 +00:00
|
|
|
f = os.path.dirname(__file__)
|
|
|
|
|
|
2020-06-03 11:14:35 +00:00
|
|
|
- return os.path.join(f, "cacert.pem")
|
2015-04-22 13:55:12 +00:00
|
|
|
+ return "/etc/ssl/ca-bundle.pem"
|
2020-06-03 11:14:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
def contents():
|