Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created February 23, 2018 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvliman/cd2d3316edf2c852d2a4df86cd2a2781 to your computer and use it in GitHub Desktop.
Save dvliman/cd2d3316edf2c852d2a4df86cd2a2781 to your computer and use it in GitHub Desktop.
verify fingerprint of .pem file
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