Last active
June 28, 2021 04:04
-
-
Save jpinkster/6f3a209630893681e152fe64035c9f27 to your computer and use it in GitHub Desktop.
RSA Key for JWT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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