Skip to content

Instantly share code, notes, and snippets.

View michel2342's full-sized avatar

michel michel2342

  • Down in the machine room...
View GitHub Profile
@michel2342
michel2342 / self-signed-certificate-with-custom-ca.md
Created August 29, 2019 09:55 — 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
@michel2342
michel2342 / tmux-cheatsheet.markdown
Created September 26, 2018 12:22 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname