Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 813 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 813 Bytes

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