项目作者: neibla

项目描述 :
Demo Golang project with a bidirectional streaming gRPC server and mTLS authentication
高级语言: Go
项目地址: git://github.com/neibla/streaming-grpc-with-mtls.git
创建时间: 2021-05-08T22:00:26Z
项目社区:https://github.com/neibla/streaming-grpc-with-mtls

开源协议:MIT License

下载


Streaming Bidirectional gRPC Server With mTLS Authentication - a Golang Example

Requirements:

  • Golang 1.16

Install Dependencies

  1. go get ./...

Setup Development Certificates

  1. make generate-dev-certs

Start Server

  1. make start-server

Start Client

  1. make start-client

Configure client certs with client/config.env