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
每月下载量 234
41KB
944 代码行
inspect-cert-chain
检查和调试TLS证书链(无需OpenSSL)
安装
$ 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