Skip to content

Instantly share code, notes, and snippets.

View borys-upco's full-sized avatar
🎯
Focusing

borys-upco

🎯
Focusing
View GitHub Profile
@borys-upco
borys-upco / jwtRS256.sh
Last active December 22, 2021 12:38 — forked from ygotthilf/jwtRS256.sh
How to generate JWT RS256 key
ssh-keygen -t rsa -P "" -b 4096 -m PEM -f jwtRS256.key
ssh-keygen -e -m PEM -f jwtRS256.key > jwtRS256.key.pub
cat jwtRS256.key.pub