Skip to content

Instantly share code, notes, and snippets.

@posilva
Created February 21, 2022 11:13
Show Gist options
  • Save posilva/3ddb77bf10d818c9d05c1833511a70ec to your computer and use it in GitHub Desktop.
Save posilva/3ddb77bf10d818c9d05c1833511a70ec to your computer and use it in GitHub Desktop.
AWS Key FingerPrint
openssl pkcs8 -in mykey.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