Resolve certificate chain by giving a cert as input
Project description
Resolve certificate chains
Still in development
Dependencies
- cryptography
- pyOpenSSL
Install
$ pip install cert-chain-resolver
Usage
from file:
$ python -m cert_chain_resolver.cli certificate.crt > bundle.crt
from stdin:
$ cat certificate.crt | python -m cert_chain_resolver.cli > bundle.crt
Development
bootstrap
$ make
Todo
- support cross signed certificates, currently it only processes the first in a bundle
- Verbose mode
- More CLI flags
- Unit tests
- Pretty print detailed output
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file cert_chain_resolver-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: cert_chain_resolver-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba913cefa8dc5576ff866ba1c8e7c40817f737b2d211e79582614f7a33936c46 |
|
MD5 | 15cac3f1977c12772bbc229bcdb4ba6a |
|
BLAKE2b-256 | 3bfee9f08fb60d82f6e5a71e0a88594d0c6b5939557aa1c8c9247bfa6f29e48b |