An example of using mutual TLS in golang
cmd | ||
pkg/castore | ||
pki | ||
cert.sh | ||
go.mod | ||
Makefile | ||
Readme.md |
Golang mutual TLS example with local CA
How to run
- run
make all
to build - run
./server
command - in separate terminal run
./client
command