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

app inspect-cert-chain

OpenSSL-like text output for debugging certificate chains

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

#183 in Cryptography

Download history 14/week @ 2024-03-13 30/week @ 2024-03-27 59/week @ 2024-04-03 299/week @ 2024-05-01 21/week @ 2024-05-08 6/week @ 2024-05-15 15/week @ 2024-05-22 3/week @ 2024-06-05 98/week @ 2024-06-12 262/week @ 2024-06-19 1/week @ 2024-06-26

364 downloads per month

MIT/Apache

41KB
944 lines

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.

Dependencies

~22–35MB
~625K SLoC