#certificate-chain #tls-certificate #inspect #chain #openssl #cert #x509

app inspect-cert-chain

OpenSSL-like text output for debugging certificate chains

16 releases

0.0.16 May 6, 2024
0.0.15 May 2, 2024
0.0.14 Dec 26, 2023
0.0.11 Nov 20, 2023

#182 in Cryptography

Download history 9/week @ 2024-02-26 14/week @ 2024-03-11 89/week @ 2024-04-01 152/week @ 2024-04-29 168/week @ 2024-05-06

320 downloads per month

MIT/Apache

39KB
907 lines

inspect-cert-chain

OpenSSL-like text output for debugging certificate chains.

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–31MB
~540K SLoC