Skip to content

Instantly share code, notes, and snippets.

View hkjn's full-sized avatar

Lairs Johnstone hkjn

View GitHub Profile
@ncw
ncw / README.txt
Last active February 20, 2024 19:30 — forked from spikebike/client output
Client side certificates with go
This demonstrates how to make client side certificates with go
First generate the certificates with
./makecert.sh test@test.com
Run the server in one terminal
go run server.go