Created
March 23, 2022 17:05
-
-
Save paveltretyakovru/7321dc6d2064a3ccd8b97037012d1f9c to your computer and use it in GitHub Desktop.
Generate jwt pulbic and private key
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 ./certs/jwt.key | |
# Don't use codephase | |
openssl rsa -in jwtRS256.key -pubout -outform PEM -out ./certs/jwt.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment