Skip to content

Instantly share code, notes, and snippets.

@soarez
soarez / ca.md
Last active September 5, 2026 22:00
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.

@fnky
fnky / ANSI.md
Last active September 16, 2026 19:37
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27