#证书链 #TLS证书 #OpenSSL #检查 # #证书 #X.509

应用程序 inspect-cert-chain

类似于OpenSSL的文本输出,用于调试证书链

18个版本

0.0.18 2024年6月19日
0.0.17 2024年6月18日
0.0.16 2024年5月6日
0.0.14 2023年12月26日
0.0.11 2023年11月20日

密码学 中排名第 305

Download history 135/week @ 2024-04-27 177/week @ 2024-05-04 8/week @ 2024-05-11 16/week @ 2024-05-18 5/week @ 2024-05-25 6/week @ 2024-06-08 327/week @ 2024-06-15 31/week @ 2024-06-22 234/week @ 2024-07-27

每月下载量 234

MIT/Apache

41KB
944 代码行

inspect-cert-chain

检查和调试TLS证书链(无需OpenSSL)

asciicast

安装

使用 cargo-binstall

$ cargo binstall inspect-cert-chain

从源码

$ cargo install inspect-cert-chain

用法

从远程主机

inspect-cert-chain --host <hostname>

从链文件

inspect-cert-chain --file <path>

从stdin

cat <path> | inspect-cert-chain --file -

路线图

  • 类似于OpenSSL的文本信息。
  • 从远程主机获取证书链。
  • 从文件和stdin读取证书链。
  • 解释标准X.509扩展。
  • 可选读取本地链文件。
  • 确定链的有效性。

依赖项

~21–36MB
~618K SLoC