Skip to content

Instantly share code, notes, and snippets.

@dandye
Created January 10, 2017 12:11
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 dandye/5a72fc6eabdd4f188327af9611acb5d7 to your computer and use it in GitHub Desktop.
Save dandye/5a72fc6eabdd4f188327af9611acb5d7 to your computer and use it in GitHub Desktop.
openSSL: how to extract public key
openssl rsa -in privkey.pem -pubout > key.pub
# http://stackoverflow.com/questions/10271197/openssl-how-to-extract-public-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment