Browse Source

revert to OnHostRule in traefik/letsencrypt

Victor Noël 7 years ago
parent
commit
72bbe26d65
1 changed files with 2 additions and 6 deletions
  1. 2 6
      traefik/traefik.toml

+ 2 - 6
traefik/traefik.toml

@@ -31,13 +31,9 @@ exposedbydefault = false
 # the email is set on the command line
 storage = "acme.json"
 entryPoint = "https"
-#OnHostRule = true
-acmeLogging = true
+OnHostRule = true
+#acmeLogging = true
 #caServer = "https://acme-staging.api.letsencrypt.org/directory"
 [acme.httpChallenge]
   entryPoint = "http"
 
-[[acme.domains]]
-  main = "###DOMAIN###"
-  sans = ["www.###DOMAIN###", "pad.###DOMAIN###", "cloud.###DOMAIN###"]
-