title sslscanner
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  sslscanner - inspect tls and ssl certificate chains served on a host and port
SYNOPSIS
  sslscanner <hostname>[:<port>]
DESCRIPTION
  Make ssl connection to <hostname>[:<port>] and display a summary of the ssl certificates, including subject alternative names.
  Useful for mostly intranet processes, but can be used for any valid ssl connections.
ENVIRONMENT
* snisite Only pass this Server Name Indicator value. If undefined, will be calculated from `<hostname>` parameter.
* SS_VI If set to any non-null value, sslscanner will open the downloaded certificate chain into $VISUAL (default vi).
EXAMPLES
Ideally, call sslscanner with hostname and port.

    sslscanner example.com:636
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
`openssl(1)`, `s_client(1ssl)`
