inspect-cert-chain

Crates.ioinspect-cert-chain
lib.rsinspect-cert-chain
version0.0.23
created_at2023-11-05 08:40:18.065172+00
updated_at2025-07-13 09:26:43.733117+00
descriptionOpenSSL-like text output for debugging certificate chains
homepage
repositoryhttps://github.com/robjtede/inspect-cert-chain
max_upload_size
id1025822
size125,279
Rob Ede (robjtede)

documentation

README

inspect-cert-chain

Inspect and debug TLS certificate chains (without OpenSSL)

asciicast

Install

With Homebrew:

$ brew install x52dev/tap/inspect-cert-chain

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.
Commit count: 423

cargo fmt