Skip to content

Instantly share code, notes, and snippets.

View dev-omrc's full-sized avatar

Oscar Romero dev-omrc

View GitHub Profile
@dev-omrc
dev-omrc / pure_html_css_modal.css
Created April 30, 2019 03:11 — forked from calebporzio/pure_html_css_modal.css
The CSS for the pure HTML/CSS modal I tweeted about.
details summary {
cursor: pointer;
outline: none !important;
display: inline-block;
padding: 8px 12px;
padding-top: 10px;
border-radius: 4px;
overflow: hidden;
background: #F09825;
color: white;
@dev-omrc
dev-omrc / self-signed-certificate-with-custom-ca.md
Last active February 5, 2019 16:08 — 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