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 %}