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

app inspect-cert-chain

OpenSSL-like text output for debugging certificate chains

14 releases

0.0.14 Dec 26, 2023
0.0.13 Dec 26, 2023
0.0.11 Nov 20, 2023

#586 in Cryptography

Download history 9/week @ 2024-02-24 6/week @ 2024-03-09 8/week @ 2024-03-16 74/week @ 2024-03-30 15/week @ 2024-04-06

89 downloads per month

MIT/Apache

30KB
675 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

~18–29MB
~509K SLoC