SSL Check

Coming in v0.6.0

The SSL check tool is planned for version 0.6.0. Contributions welcome.

Planned features

  • Check certificate expiration dates

  • Validate certificate chains and trust stores

  • Monitor multiple hosts with alerts

  • Flag wildcard certificates and SANs

Planned usage

net-benchmark ssl check \
  --hosts "api.myservice.com,www.myservice.com" \
  --alert-days 30

TLS cert capture (available now in HTTP benchmark)

While the dedicated SSL check tool is not yet released, the HTTP benchmark already captures inline TLS certificate data per request:

net-benchmark http benchmark \
  --targets https://api.example.com \
  --formats excel

Each result includes: expiry days, CN, issuer, SANs, and wildcard detection.