2018-12-03 15:46:56 +00:00
|
|
|
diff --git a/src/pip/_vendor/certifi/core.py b/src/pip/_vendor/certifi/core.py
|
2019-02-13 10:56:20 +00:00
|
|
|
index 2d02ea4..b1e4975 100644
|
2018-12-03 15:46:56 +00:00
|
|
|
--- a/src/pip/_vendor/certifi/core.py
|
|
|
|
+++ b/src/pip/_vendor/certifi/core.py
|
2019-02-13 10:56:20 +00:00
|
|
|
@@ -11,9 +11,7 @@ import os
|
2018-12-03 15:46:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
def where():
|
|
|
|
- f = os.path.dirname(__file__)
|
|
|
|
-
|
|
|
|
- return os.path.join(f, 'cacert.pem')
|
|
|
|
+ return '/etc/pki/tls/certs/ca-bundle.crt'
|
|
|
|
|
|
|
|
|
2019-02-13 10:56:20 +00:00
|
|
|
if __name__ == '__main__':
|