Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CAFilePath = filepath.Join(cenv.ConfigDir(kcertsDir), "ca.pem") AgentServerCertFilePath = filepath.Join(cenv.ConfigDir(kcertsDir), "agent-srv.pem") AgentServerKeyFilePath = filepath.Join(cenv.ConfigDir(kcertsDir), "agent-srv-key.pem") ClientCertFilePath = filepath.Join(cenv.ConfigDir(kcertsDir), "client.pem") ClientKeyFilePath = filepath.Join(cenv.ConfigDir(kcertsDir), "client-key.pem") )
Functions ¶
func BuildAgentServerCerts ¶
func BuildAgentServerCerts() error
func BuildCerts ¶
func BuildCerts() error
Types ¶
Click to show internal directories.
Click to hide internal directories.