cert is a small command‑line tool for inspecting and working with X.509/TLS
certificates and connections. It consolidates several utilities from
goutils into a single, ergonomic CLI.
AI notes:
None of the code has been written with AI.
The docs are currently largely AI-generated while I work on the tool
itself.
Overview
The cert binary provides subcommands to:
Connect to TLS endpoints and print connection details (version, cipher, peers).
Fetch and display certificate chains or dump certificate files.
Save a remote host's full certificate chain to PEM.
Compute and compare Subject Key Identifiers (SKIs) for keys/certs.
Verify certificate chains using optional custom root/intermediate bundles and
optional revocation checks.
Stack and Tooling
Language: Go (module name: cert, Go toolchain declared in go.mod).