Skip to content

Instantly share code, notes, and snippets.

@paveltretyakovru
Created March 23, 2022 17:05
Show Gist options
  • Save paveltretyakovru/7321dc6d2064a3ccd8b97037012d1f9c to your computer and use it in GitHub Desktop.
Save paveltretyakovru/7321dc6d2064a3ccd8b97037012d1f9c to your computer and use it in GitHub Desktop.
Generate jwt pulbic and private key
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