Skip to content

Instantly share code, notes, and snippets.

@tripliks
Created April 23, 2018 16:21
Show Gist options
  • Save tripliks/e586b720869131010a849ec4403335e0 to your computer and use it in GitHub Desktop.
Save tripliks/e586b720869131010a849ec4403335e0 to your computer and use it in GitHub Desktop.
ssh-keygen -t rsa -b 2048 -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment