Skip to main content

Python package for providing Debian like CA Bundle path.

Project description

Certifi-debian provides a fork of https://github.com/certifi/python-certifi but use distro bundle for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project.

Installation

certifi-debian is available on PyPI. Simply install it with pip:

$ pip install certifi-debian

Usage

To reference the installed certificate authority (CA) bundle, you can use the built-in function:

>>> import certifi

>>> certifi.where()
'/etc/ssl/certs/ca-certificates.crt'

Or from the command line:

$ python -m certifi
/etc/ssl/certs/ca-certificates.crt

Enjoy!

Project details


Download files

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

Source Distribution

certifi-debian-2021.1.10.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

certifi_debian-2021.1.10-py2.py3-none-any.whl (3.1 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