Created
September 7, 2019 12:33
-
-
Save rohan-molloy/8ef0a8eb724c3c3bd1f137881fe75085 to your computer and use it in GitHub Desktop.
Display SSH style random art of a TLS server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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