From 771371672f1f9f512d592a74336a680739aa1e89 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 25 Dec 2021 01:54:48 +0100 Subject: [PATCH] Update files provider --- templates/traefik-files.yml.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/traefik-files.yml.j2 b/templates/traefik-files.yml.j2 index 4a0c27e..aacb804 100644 --- a/templates/traefik-files.yml.j2 +++ b/templates/traefik-files.yml.j2 @@ -70,3 +70,16 @@ data: - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 +{% if false %} + stores: + default: + defaultCertificate: + certFile: path/to/wildcardcert.crt + keyFile: path/to/wildcardcert.key + + certificates: + - certFile: /path/to/domain.cert + keyFile: /path/to/domain.key + - certFile: /path/to/other-domain.cert + keyFile: /path/to/other-domain.key +{% endif %}