Skip to content

Instantly share code, notes, and snippets.

View ecmartz's full-sized avatar

Esteban Martinez ecmartz

View GitHub Profile
@fntlnz
fntlnz / self-signed-certificate-with-custom-ca.md
Last active June 15, 2024 00:55
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
@p3t3r67x0
p3t3r67x0 / openssl_commands.md
Last active May 22, 2024 02:19
Some list of openssl commands for check and verify your keys

openssl

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl
@soarez
soarez / ca.md
Last active May 28, 2024 02:57
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@M-S-H
M-S-H / Worm
Last active December 29, 2015 11:49
#**************************************************
#
# ECE 344L - Microprocessors - Fall 2013
#
# Name: Esteban Martinez Due Date:2013-12-11
# Lab Number: 5
#
# Lab Group: Esteban Martinez
# Michael Hickman
#