Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mrichman
Created November 30, 2017 22:48
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 mrichman/61dc568f1a4b8356514d0174bc37c6eb to your computer and use it in GitHub Desktop.
Save mrichman/61dc568f1a4b8356514d0174bc37c6eb to your computer and use it in GitHub Desktop.
View thumbprint of AWS keypair (*.pem)
openssl pkcs8 -in aws-keypair.pem -nocrypt -topk8 -outform DER | openssl sha1 -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment