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
pip install pki-tools
Documentation is available at: https://pki-tools.fulder.dev
- Checking Revocation - checking revocation status of certificates using OCSP and/or CRL
- Creating objects
- Loading objects
- Saving objects