Skip to content

Python package for providing Mozilla's GPL certificates.

License

Notifications You must be signed in to change notification settings

alex/certifi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certifi: Python SSL Certificates

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.

Usage

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!

About

Python package for providing Mozilla's GPL certificates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%