Skip to content

Instantly share code, notes, and snippets.

View cray2015's full-sized avatar
๐Ÿ˜†
useless

cray2015

๐Ÿ˜†
useless
View GitHub Profile
@cray2015
cray2015 / self-signed-certificate-with-custom-ca.md
Created September 28, 2021 07:25 — 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