Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CA = "ca.pem" CaKey = "ca_key.pem" Cert = "cert.pem" CertKey = "cert_key.pem" )
Functions ¶
func GenerateCerts ¶
GenerateCerts will generate a CA and a certificate for the gRPC tls transport and https.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config config for the RPCServer
Click to show internal directories.
Click to hide internal directories.