Skip to content

Instantly share code, notes, and snippets.

View l0ris's full-sized avatar

Loris Strozzini l0ris

View GitHub Profile
@davewongillies
davewongillies / OpenSSL Cheatsheet.md
Last active February 18, 2025 00:41
OpenSSL Cheatsheet

General OpenSSL Commands

These commands allow you to generate CSRs, Certificates, Private Keys and do other miscellaneous tasks.

Generate a new private key and Certificate Signing Request

openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key