Skip to content

Instantly share code, notes, and snippets.

View ImTheSquid's full-sized avatar
🇮🇪
Roaming Dublin Bay

Jack Hogan ImTheSquid

🇮🇪
Roaming Dublin Bay
View GitHub Profile
@loziju
loziju / macosx-configure-postfix-as-relay.md
Last active April 4, 2025 12:03
Configure postfix as relay for OS X
@ygotthilf
ygotthilf / jwtRS256.sh
Last active May 12, 2025 12:07
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