Skip to content

Instantly share code, notes, and snippets.

@JoeDupuis
JoeDupuis / nixos.md
Created November 6, 2019 19:50 — forked from martijnvermaat/nixos.md
Installation of NixOS with encrypted root
@JoeDupuis
JoeDupuis / self-signed-certificate-with-custom-ca.md
Created April 21, 2020 01: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
@JoeDupuis
JoeDupuis / self-signed-certificate-with-custom-ca.md
Created April 21, 2020 01: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