Skip to content

Instantly share code, notes, and snippets.

View zabaat's full-sized avatar
🙀
Working from home

Brett Ansite zabaat

🙀
Working from home
View GitHub Profile
/*
I don't have unit tests yet, but I did put in a Safety Pig."
_._ _..._ .-', _.._(`))
'-. ` ' /-._.-' ',/
) \ '.
/ _ _ | \
| a a / |
\ .-. ;
@pgilad
pgilad / Instructions.md
Last active March 27, 2024 12:59
Generate SSL Certificate for use with Webpack Dev Server (OSX)

Generate private key

$ openssl genrsa -out private.key 4096

Generate a Certificate Signing Request

openssl req -new -sha256 \