inspect-cert-chain

Crates.ioinspect-cert-chain
lib.rsinspect-cert-chain
version0.0.18
sourcesrc
created_at2023-11-05 08:40:18.065172
updated_at2024-06-19 23:59:27.952663
descriptionOpenSSL-like text output for debugging certificate chains
homepage
repositoryhttps://github.com/robjtede/inspect-cert-chain
max_upload_size
id1025822
size110,575
Rob Ede (robjtede)

documentation

README

inspect-cert-chain

Inspect and debug TLS certificate chains (without OpenSSL)

asciicast

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

cargo fmt