Skip to content

Instantly share code, notes, and snippets.

View ImTheSquid's full-sized avatar
🌊
Roaming the sea

Jack Hogan ImTheSquid

🌊
Roaming the sea
View GitHub Profile
@loziju
loziju / macosx-configure-postfix-as-relay.md
Last active May 4, 2024 23:51
Configure postfix as relay for OS X
@ygotthilf
ygotthilf / jwtRS256.sh
Last active June 4, 2024 12:18
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