Skip to content

Commit 526bf53

Browse files
authored
Update Python.md
1 parent 65dee09 commit 526bf53

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • Cheat Sheets/Scripting Examples/Python Examples

Cheat Sheets/Scripting Examples/Python Examples/Python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ related:
3737
pip3 install pyflakes
3838
pip3 install pep8
3939

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+
4051
- [Python - PyGtk Example Snippets](http://www.eurion.net/python-snippets/snippet/)
4152
- [Python - Google Coding Style Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html)
4253
- [Python - Django Best Practices](http://lincolnloop.com/django-best-practices/)

0 commit comments

Comments
 (0)