From cbef9e97e1d32ff35c152af18e68ccf4a27f9139 Mon Sep 17 00:00:00 2001 From: Christopher van de Sande Date: Fri, 20 Sep 2024 18:49:40 +0100 Subject: [PATCH] remove spaces from names --- internal/config/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/defaults.go b/internal/config/defaults.go index 40030c5020..5a2b6b7f4b 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.go @@ -22,7 +22,7 @@ const ( DefCollectorTLSCertPath = "/var/lib/nginx-agent/cert.pem" DefCollectorTLSKeyPath = "/var/lib/nginx-agent/key.pem" DefCollectorTLSCAPath = "/var/lib/nginx-agent/ca.pem" - DefCollectorTLSSANNames = "127.0.0.1, ::1, localhost" + DefCollectorTLSSANNames = "127.0.0.1,::1,localhost" DefCommandServerHostKey = "" DefCommandServerPortKey = 0