Skip to content

Instantly share code, notes, and snippets.

View mattcroberts's full-sized avatar

Matt Roberts mattcroberts

View GitHub Profile
@jmhertlein
jmhertlein / gen_ca.sh
Last active June 18, 2024 19:30
bash script for generating new root SSL CA private key and certificate
#!/bin/bash
##################################################
# for generating your root CA private key and cert
##################################################
ca_name="jmhca"
ca_key_bits="4096"
ca_cert_expire_days="365"
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 7, 2024 19:32
A badass list of frontend development resources I collected over time.