18 releases
0.0.18 | Jun 19, 2024 |
---|---|
0.0.17 | Jun 18, 2024 |
0.0.16 | May 6, 2024 |
0.0.14 | Dec 26, 2023 |
0.0.11 | Nov 20, 2023 |
#565 in Cryptography
41KB
944 lines
inspect-cert-chain
Inspect and debug TLS certificate chains (without OpenSSL)
Install
With cargo-binstall
:
$ cargo binstall inspect-cert-chain
From source:
$ cargo install inspect-cert-chain
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 chain from remote host.
- Read certificate chain from file and stdin.
- Interpret standard X.509 extensions.
- Option to read local chain files.
- Determine chain validity.
Dependencies
~21–35MB
~628K SLoC