Skip to content

covrom/grpcmtls

Repository files navigation

grpcmtls

Golang mTLS grpc server and client

  1. Generate certificates with genkeys.sh.
  2. Create grpc API and go generate with go generate ./...
  3. Implement the API
  4. Execute example.