PKI tools for e.g. checking certificate CRL/OCSP revocation


Keywords
certifate, certificates, crypto, ssl, tls
License
MIT
Install
pip install pki-tools==1.0.1

Documentation

Python Badge Discord Coverage

PKI Tools

pki-tools logo

PKI tools exposes a high level cryptography API and wrappers for e.g.:

  • Loading certificates from PEM strings/files/cryptography object into a pydantic model including all x509 v3 extensions
  • Checking revocation of certificates using OCSP with CRL fallback
  • Creating Certs, CSR, CRL easy with pure pydantic objects to e.g. get a PEM file

Install

pip install pki-tools

Docs

Documentation is available at: https://pki-tools.fulder.dev

Chat

Discord Chat

Main features