MCPcopy Create free account
hub / github.com/cloudbase/garm / getDefaultTLSConfig

Function getDefaultTLSConfig

config/config_test.go:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func getDefaultTLSConfig() TLSConfig {
46 return TLSConfig{
47 CRT: "../testdata/certs/srv-pub.pem",
48 Key: "../testdata/certs/srv-key.pem",
49 }
50}
51
52func getDefaultAPIServerConfig() APIServer {
53 return APIServer{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected