主页

索引

模块索引

搜索页面

2.6.6. certifi

Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project.

安装:

$ pip install certifi

Usage:

>>> import certifi
>>> certifi.where()

// from the command line:
$ python -m certifi
/usr/local/lib/python2.7/site-packages/certifi/cacert.pem

主页

索引

模块索引

搜索页面