Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Created September 7, 2019 12:33
Show Gist options
  • Save rohan-molloy/8ef0a8eb724c3c3bd1f137881fe75085 to your computer and use it in GitHub Desktop.
Save rohan-molloy/8ef0a8eb724c3c3bd1f137881fe75085 to your computer and use it in GitHub Desktop.
Display SSH style random art of a TLS server
#! /bin/bash
echo \
| openssl s_client -connect $1 -CAfile $CAfile \
| openssl x509 -noout -pubkey \
| ssh-keygen -vi -m PKCS8 -f /dev/stdin \
| ssh-keygen -vlf /dev/stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment