From b72bed72bb51473951663936d6910ff36b4bca10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Sat, 21 Feb 2026 08:28:50 +0100 Subject: [PATCH] localconfig: add ExtraCaCerts --- localconfig/localconfig.go | 1 + 1 file changed, 1 insertion(+) 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 {