forked from pool/python-certifi
Initial packaging, needed for python-tornado OBS-URL: https://build.opensuse.org/request/show/298596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=1
12 lines
320 B
Diff
12 lines
320 B
Diff
--- a/certifi/core.py.orig 2014-05-16 16:50:08.000000000 +0200
|
|
+++ b/certifi/core.py 2014-12-22 12:28:19.529632069 +0100
|
|
@@ -13,7 +13,7 @@
|
|
def where():
|
|
f = os.path.split(__file__)[0]
|
|
|
|
- return os.path.join(f, 'cacert.pem')
|
|
+ return "/etc/ssl/ca-bundle.pem"
|
|
|
|
if __name__ == '__main__':
|
|
print(where())
|