Get fingerprint

openssl s_client -connect <host>:<port> < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin


Authors:
  • Jochen Schnuerle