We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dee09 commit 526bf53Copy full SHA for 526bf53
1 file changed
Cheat Sheets/Scripting Examples/Python Examples/Python.md
@@ -37,6 +37,17 @@ related:
37
pip3 install pyflakes
38
pip3 install pep8
39
40
+## Custom CAs
41
+
42
+CA handling depends on framework. With Python 'requests' you can control the CA bundle via env variables
43
44
+- REQUESTS_CA_BUNDLE
45
+- CURL_CA_BUNDLE
46
47
+So for your self-signed CA prepare a bundle and set `REQUEST_CA_BUNDLE` to point to it.
48
49
+## Misc
50
51
- [Python - PyGtk Example Snippets](http://www.eurion.net/python-snippets/snippet/)
52
- [Python - Google Coding Style Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html)
53
- [Python - Django Best Practices](http://lincolnloop.com/django-best-practices/)
0 commit comments