From 911b9344e7c9131d0577afe216e25fce4e3d7396 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 25 Jan 2026 23:26:59 +0100 Subject: [PATCH] Add certs stalwart --- stalwart/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stalwart/templates/configmap.yaml b/stalwart/templates/configmap.yaml index 3f22620..1fa4618 100644 --- a/stalwart/templates/configmap.yaml +++ b/stalwart/templates/configmap.yaml @@ -84,7 +84,7 @@ data: user = "%{env:STALWART_ADMIN_USER}%" secret = "%{env:STALWART_ADMIN_PASSWORD}%" - [certificate."default"] + [certificate.default] cert = "file:///opt/stalwart/certs/tls.crt" private-key = "file:///opt/stalwart/certs/tls.key" default = true