x-ca / go-grpc-api

tls grpc api for x-ca for k8s xca-operator

Home Page:https://github.com/kbcx/xca-operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

tls grpc api for x-ca for k8s xca-operator

https://github.com/kbcx/xca-operator

License:Apache License 2.0


Languages

Language:Go 76.7%Language:Makefile 13.3%Language:Dockerfile 7.1%Language:Shell 2.9%