Skip to main content

Platform independent access to system certificate store

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

certstore-0.0.2-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page