Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Brandon2255p's full-sized avatar
🏠
Working from home

Brandon Piner Brandon2255p

🏠
Working from home
  • South Africa
View GitHub Profile
@Brandon2255p
Brandon2255p / jwtRS256.sh
Created December 13, 2018 09:13 — forked from ygotthilf/jwtRS256.sh
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -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