Created
May 13, 2021 14:31
-
-
Save Alphadelta14/c1d940a8832dd0dc37f09a498c4457c3 to your computer and use it in GitHub Desktop.
certifi-2018.10.15-use-system-cert.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r -u certifi-2018.10.15.orig/certifi/core.py certifi-2018.10.15/certifi/core.py | |
--- certifi-2018.10.15.orig/certifi/core.py 2018-01-18 15:27:24.000000000 -0500 | |
+++ certifi-2018.10.15/certifi/core.py 2018-12-13 11:08:30.834151536 -0500 | |
@@ -19,9 +19,7 @@ | |
def where(): | |
- f = os.path.dirname(__file__) | |
- | |
- return os.path.join(f, 'cacert.pem') | |
+ return '/etc/pki/tls/certs/ca-bundle.crt' | |
def old_where(): | |
Only in certifi-2018.10.15/certifi: core.py~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment