From 5942259c10e57559d8ae81d327c0bcba942d6a9a Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Tue, 5 Feb 2019 00:51:38 +0100 Subject: [PATCH] wildcard Zertifikat --- config/traefik.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/traefik.toml b/config/traefik.toml index 585fc75..74db18e 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -70,6 +70,9 @@ entryPoint = "https" onHostRule = true [acme.httpChallenge] entryPoint = "http" +[[acme.domains]] +main = "*.czechman.dynvpn.de" +sans = ["czechman.dynvpn.de"] [retry]