From b6492bc8e3186e17d6dd57d55b43da7ff709249a Mon Sep 17 00:00:00 2001 From: tobias Date: Thu, 12 Feb 2026 14:29:25 +0100 Subject: [PATCH] =?UTF-8?q?traefik/config/tls.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/config/tls.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 traefik/config/tls.yaml diff --git a/traefik/config/tls.yaml b/traefik/config/tls.yaml new file mode 100644 index 0000000..9af579a --- /dev/null +++ b/traefik/config/tls.yaml @@ -0,0 +1,12 @@ +tls: + stores: + default: + defaultCertificate: + certFile: /etc/traefik/certs/local.crt + keyFile: /etc/traefik/certs/local.key + + certificates: + - certFile: /etc/traefik/certs/local.crt + keyFile: /etc/traefik/certs/local.key + stores: + - default \ No newline at end of file