Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alphadelta14/c1d940a8832dd0dc37f09a498c4457c3 to your computer and use it in GitHub Desktop.
Save Alphadelta14/c1d940a8832dd0dc37f09a498c4457c3 to your computer and use it in GitHub Desktop.
certifi-2018.10.15-use-system-cert.patch
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