diff --git a/localconfig/localconfig.go b/localconfig/localconfig.go index 6e2494d..aabbeb5 100644 --- a/localconfig/localconfig.go +++ b/localconfig/localconfig.go @@ -13,6 +13,7 @@ type Config struct { Hosts []*Host HostTemplates []*Host SSLConfig string + ExtraCaCerts map[string]string } type Cluster struct {