Skip to content

Instantly share code, notes, and snippets.

View Mersock's full-sized avatar
🏠
Working from home

MersockHD Mersock

🏠
Working from home
  • Bangkok, Thailand
View GitHub Profile
@Mersock
Mersock / self-signed-certificate-with-custom-ca.md
Created January 18, 2024 08:14 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
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
@Mersock
Mersock / MacOS-Multi-Version-Go-With-Homebrew.md
Created January 18, 2023 02:42 — forked from BigOokie/MacOS-Multi-Version-Go-With-Homebrew.md
Manage multiple versins of Go on MacOS with Homebrew

This process would likely apply to other Homebrew formula also.

First search for your desired package:

brew search go

You should get a list of results that include the below. Not "go" is very unspecific so you may get a lot of results: