Crates.io | inspect-cert-chain |
lib.rs | inspect-cert-chain |
version | 0.0.18 |
source | src |
created_at | 2023-11-05 08:40:18.065172 |
updated_at | 2024-06-19 23:59:27.952663 |
description | OpenSSL-like text output for debugging certificate chains |
homepage | |
repository | https://github.com/robjtede/inspect-cert-chain |
max_upload_size | |
id | 1025822 |
size | 110,575 |
inspect-cert-chain
Inspect and debug TLS certificate chains (without OpenSSL)
With cargo-binstall
:
$ cargo binstall inspect-cert-chain
From source:
$ cargo install inspect-cert-chain
From remote host:
inspect-cert-chain --host <hostname>
From chain file:
inspect-cert-chain --file <path>
From stdin:
cat <path> | inspect-cert-chain --file -