inspect-cert-chain-0.0.3 is not a library.
Visit the last successful build:
inspect-cert-chain-0.0.1
inspect-cert-chain
OpenSSL-like text output for debugging certificate chains.
Usage
From remote host:
inspect-cert-chain --host <hostname>
From chain file:
inspect-cert-chain --file <path>
From stdin:
cat <path> | inspect-cert-chain --file -
Roadmap
- OpenSSL-like text info
- fetch certificate from URL
- interpret more standard X.509 extensions
- option to read local chain files
- determine chain validity