An example of using mutual TLS in golang
Go to file
Mirror 15b60eed34 Init 2022-10-16 12:47:15 +03:00
cmd Init 2022-10-16 12:47:15 +03:00
pkg/castore Init 2022-10-16 12:47:15 +03:00
pki Init 2022-10-16 12:47:15 +03:00
Makefile Init 2022-10-16 12:47:15 +03:00
Readme.md Init 2022-10-16 12:47:15 +03:00
cert.sh Init 2022-10-16 12:47:15 +03:00
go.mod Init 2022-10-16 12:47:15 +03:00

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