localconfig: add ExtraCaCerts

This commit is contained in:
Mikaël Cluseau
2026-02-21 08:28:50 +01:00
parent 4d5661fa8e
commit b72bed72bb

View File

@ -13,6 +13,7 @@ type Config struct {
Hosts []*Host Hosts []*Host
HostTemplates []*Host HostTemplates []*Host
SSLConfig string SSLConfig string
ExtraCaCerts map[string]string
} }
type Cluster struct { type Cluster struct {