Skip to content

Instantly share code, notes, and snippets.

View aungkyawminn's full-sized avatar
🎯
Focusing

Aung Kyaw Minn aungkyawminn

🎯
Focusing
View GitHub Profile
@aungkyawminn
aungkyawminn / self-signed-certificate-with-custom-ca.md
Created February 11, 2026 02:38 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Last update: Nov 2025.

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 ecparam -genkey -name secp384r1 | openssl ec -aes256 -out rootCA.key
@aungkyawminn
aungkyawminn / code-editor-rules.md
Created May 15, 2025 16:20 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]