Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 375 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 375 Bytes

Streaming Bidirectional gRPC Server With mTLS Authentication - a Golang Example

Requirements:

  • Golang 1.16

Install Dependencies

go get ./...

Setup Development Certificates

make generate-dev-certs

Start Server

make start-server

Start Client

make start-client

Configure client certs with client/config.env