Crates.io | inspect-cert-chain |
lib.rs | inspect-cert-chain |
version | 0.0.23 |
created_at | 2023-11-05 08:40:18.065172+00 |
updated_at | 2025-07-13 09:26:43.733117+00 |
description | OpenSSL-like text output for debugging certificate chains |
homepage | |
repository | https://github.com/robjtede/inspect-cert-chain |
max_upload_size | |
id | 1025822 |
size | 125,279 |
inspect-cert-chain
Inspect and debug TLS certificate chains (without OpenSSL)
With Homebrew
:
$ brew install x52dev/tap/inspect-cert-chain
With cargo-binstall
:
$ cargo binstall inspect-cert-chain
From source:
$ cargo install inspect-cert-chain
From remote host:
inspect-cert-chain --host <hostname>
From chain file:
inspect-cert-chain --file <path>
From stdin:
cat <path> | inspect-cert-chain --file -