Platform independent access to system certificate store.
Installation
certstore is available on PyPI.:
$ pip install certstore
Usage
Access and use system certificate bundle:
>>> import certstore
>>> certstore.ca_bundle
'/path/to/system/store/ca.pem'
>>> import requests
>>> requests.get('https://some.domain.com', verify=certstore.ca_bundle)
Release files for certstore 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| certstore-0.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / certstore-0.0.2-py2.py3-none-any.whl
| Download URL | certstore-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b1d65572e296f109b3bf807f9defe47e96be39e176b5b0645a457568e7809eda
|
|
BLAKE2b-256 checksum How to use checksums |
be96f273b160c6b5003cbbe98df2da093f1db74e408e4b68bb76f697b889f3ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |