forked from pool/python-certifi
* Add emSign Root CA - G1 * Add emSign ECC Root CA - G3 * Add Hongkong Post Root CA 3 - Rebase python-certifi-shipped-requests-cabundle.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=36
11 lines
345 B
Diff
11 lines
345 B
Diff
Index: certifi-2019.3.9/certifi/core.py
|
|
===================================================================
|
|
--- certifi-2019.3.9.orig/certifi/core.py
|
|
+++ certifi-2019.3.9/certifi/core.py
|
|
@@ -12,4 +12,4 @@ import os
|
|
def where():
|
|
f = os.path.dirname(__file__)
|
|
|
|
- return os.path.join(f, 'cacert.pem')
|
|
+ return "/etc/ssl/ca-bundle.pem"
|