Skip to content

Instantly share code, notes, and snippets.

View seanburlington's full-sized avatar

Sean Burlington seanburlington

View GitHub Profile
@seanburlington
seanburlington / GForms.html
Last active June 24, 2020 10:29 — forked from Miouyouyou/GForms.html
Quick and dirty Hugo Shortcode for Google Forms
<iframe src="https://docs.google.com/forms/d/e/{{ .Get "src" }}/viewform?embedded=true" width="{{ .Get "width" }}" height="{{ .Get "height" }}" frameborder="0" marginheight="0" marginwidth="0">{{ .Get "alt" }}</iframe>
@seanburlington
seanburlington / self-signed-certificate-with-custom-ca.md
Last active April 21, 2020 12:41 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096