← 返回命令列表

Linux command

inspect-cert-chain 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Inspect certificate chain

inspect-cert-chain [example.com]

Inspect with interactive TUI

inspect-cert-chain -i [example.com]

Inspect a local PEM file

inspect-cert-chain --file [path/to/cert.pem]

Inspect a specific port

inspect-cert-chain [example.com:8443]

说明

inspect-cert-chain is a CLI and TUI tool for probing and reading TLS certificate chains without relying on OpenSSL. It fetches the full chain from a remote server with SNI support, or parses PEM/DER input from local files, and prints concise OpenSSL-style text for every certificate. The tool decodes subject, issuer, serial number, validity windows, algorithms, key sizes, X.509 extensions, SCT lists, CRL distribution points, and key-usage bits. The interactive TUI mode (-i) lists certificates on the left and shows scrollable detail on the right with Vim-like navigation and mouse support.

FAQ

What is the inspect-cert-chain command used for?

inspect-cert-chain is a CLI and TUI tool for probing and reading TLS certificate chains without relying on OpenSSL. It fetches the full chain from a remote server with SNI support, or parses PEM/DER input from local files, and prints concise OpenSSL-style text for every certificate. The tool decodes subject, issuer, serial number, validity windows, algorithms, key sizes, X.509 extensions, SCT lists, CRL distribution points, and key-usage bits. The interactive TUI mode (-i) lists certificates on the left and shows scrollable detail on the right with Vim-like navigation and mouse support.

How do I run a basic inspect-cert-chain example?

Run `inspect-cert-chain [example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more inspect-cert-chain examples?

This page includes 4 examples for inspect-cert-chain, plus related commands for nearby Linux tasks.