certifi
Python package for providing Mozilla's CA Bundle.
Python package for providing Mozilla's CA Bundle.
To install this package, run one of the following:
This installable Python package contains a CA Bundle that you can reference in your Python code. This is useful for verifying HTTP requests, for example.
This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set.
To reference the installed CA Bundle, you can use the built-in function:
>>> import certifi >>> certifi.where() '/usr/local/lib/python2.7/site-packages/certifi/cacert.pem'
Enjoy!
Summary
Python package for providing Mozilla's CA Bundle.
Information Last Updated
Mar 25, 2025 at 16:25
License
ISC
Total Downloads
1.3K
Platforms