Skip to content

Instantly share code, notes, and snippets.

@jpinkster
Last active June 28, 2021 04:04
Show Gist options
  • Save jpinkster/6f3a209630893681e152fe64035c9f27 to your computer and use it in GitHub Desktop.
Save jpinkster/6f3a209630893681e152fe64035c9f27 to your computer and use it in GitHub Desktop.
RSA Key for JWT
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS512.key
# (No Passphrase)
openssl rsa -in jwtRS512.key -pubout -outform PEM -out jwtRS512.key.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment