Skip to content

Instantly share code, notes, and snippets.

View adyrcz's full-sized avatar
🙈
Protecting secrets

Andy Dyrcz adyrcz

🙈
Protecting secrets
View GitHub Profile
This is a test organization gist.
Second message to the test gist.
@adyrcz
adyrcz / selfsignedcertificate.md
Last active February 5, 2020 14:53
Self Signed Certificate

Self Signed Certificate

Create private key

openssl genrsa -out MyRootCA.key 2048
Generating RSA private key, 2048 bit long modulus
................+++
...............................+++
e is 65537 (0x10001)