forked from pool/python-certifi
adds Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=45
14 lines
382 B
Diff
14 lines
382 B
Diff
Index: certifi-2020.4.5.1/certifi/core.py
|
|
===================================================================
|
|
--- certifi-2020.4.5.1.orig/certifi/core.py
|
|
+++ certifi-2020.4.5.1/certifi/core.py
|
|
@@ -23,7 +23,7 @@ except ImportError:
|
|
def where():
|
|
f = os.path.dirname(__file__)
|
|
|
|
- return os.path.join(f, "cacert.pem")
|
|
+ return "/etc/ssl/ca-bundle.pem"
|
|
|
|
|
|
def contents():
|