golang-mtls-example/Readme.md

7 lines
154 B
Markdown
Raw Permalink Normal View History

2022-10-16 12:47:15 +03:00
# Golang mutual TLS example with local CA
## How to run
- run `make all` to build
- run `./server` command
- in separate terminal run `./client` command