File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 11Certifi: Python SSL Certificates
22================================
33
4- This installable Python package contains a CA Bundle that you can reference
5- in your Python code. This is useful for verifying HTTP requests, for example.
4+ `Certifi `_ is a carefully curated collection of Root Certificates for
5+ validating the trustworthiness of SSL certificates while verifying the identity
6+ of TLS hosts. It has been extracted from the `Requests `_ project.
67
7- This is the same CA Bundle which ships with the Requests codebase, and is
8- derived from Mozilla Firefox's canonical set.
8+ Installation
9+ ------------
910
11+ `certifi ` is available on PyPI. Simply install it with `pip `::
12+
13+ sudo pip install certifi
1014
1115Usage
1216-----
@@ -18,4 +22,7 @@ To reference the installed CA Bundle, you can use the built-in function::
1822 >>> certifi.where()
1923 '/usr/local/lib/python2.7/site-packages/certifi/cacert.pem'
2024
21- Enjoy!
25+ Enjoy!
26+
27+ .. _`Certifi` : http://certifi.io/en/latest/
28+ .. _`Requests` : http://docs.python-requests.org/en/latest/
You can’t perform that action at this time.
0 commit comments