Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dancmeyers/0e0e1b4d529c7e8099142af0a66c1966 to your computer and use it in GitHub Desktop.
Save dancmeyers/0e0e1b4d529c7e8099142af0a66c1966 to your computer and use it in GitHub Desktop.
AWS keypair private key -> AWS console fingerprint
openssl pkcs8 -in keyfile.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