Skip to content

Instantly share code, notes, and snippets.

@elifiner
elifiner / openssl_self_signed.md
Created November 26, 2019 22:41 — forked from gmassawe/openssl_self_signed.md
Creating Self Signed Certificate

Create self-signed certificates with OpenSSL

Root CA

Create Root CA key (enable password with '-des3' option)

$ openssl genrsa -des3 -out root.key 4096

Create Root CA