Created
February 23, 2018 22:27
-
-
Save dvliman/cd2d3316edf2c852d2a4df86cd2a2781 to your computer and use it in GitHub Desktop.
verify fingerprint of .pem file
This file contains hidden or 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
openssl pkcs8 -in keypair.pem -inform PEM -outform DER -topk8 -nocrypt | openssl sha1 -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment