Skip to content

Instantly share code, notes, and snippets.

View seungmannlee's full-sized avatar

fatherscomputer seungmannlee

View GitHub Profile
@seungmannlee
seungmannlee / self-signed-certificate-with-custom-ca.md
Created November 23, 2018 07:03 — 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
/dts-v1/;
/ {
#address-cells = <0x1>;
#size-cells = <0x1>;
interrupt-parent = <0x1>;
model = "Clockwork CPI3";
compatible = "clockwork,clockworkpi-cpi3", "allwinner,sun8i-a33";
chosen {