Skip to content

Instantly share code, notes, and snippets.

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

Otman Bouchari obouchari

🏠
Working from home
View GitHub Profile
@obouchari
obouchari / jwtRS256.sh
Created July 15, 2022 15:04 — 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