Skip to content

x-ca/go-grpc-api

Repository files navigation

X-CA go-grpc-api

build-test GoDoc Go Report Card

Usage

$ go run main.go -h
  -help
    	show help message
  -tls-crt string
    	tls crt file path
  -tls-key string
    	tls key file path
  -tls-password string
    	tls key password
go run main.go \
  -tls-crt ./x-ca/ca/tls-ca.crt \
  -tls-key ./x-ca/ca/tls-ca/private/tls-ca.key