Change resolving of certificates.

This commit is contained in:
Christian Steinle
2023-03-05 15:19:37 +01:00
parent c14189a9b3
commit 30f713042a
4 changed files with 11 additions and 18 deletions

View File

@@ -20,11 +20,7 @@ services:
- "traefik.http.routers.huber-putz-secure.rule=Host(`huber-stuck.de`, `www.huber-stuck.de`, `huber-putz.com`, `www.huber-putz.com`)"
- "traefik.http.routers.huber-putz-secure.entrypoints=websecure"
- "traefik.http.routers.huber-putz-secure.tls=true"
- "traefik.http.routers.huber-putz-secure.tls.certresolver=infomaniak"
- "traefik.http.routers.huber-putz-secure.tls.domains[0].main=huber-stuck.de"
- "traefik.http.routers.huber-putz-secure.tls.domains[0].sans=*.huber-stuck.de"
- "traefik.http.routers.huber-putz-secure.tls.domains[1].main=huber-putz.com"
- "traefik.http.routers.huber-putz-secure.tls.domains[1].sans=*.huber-putz.com"
- "traefik.http.routers.huber-putz-secure.tls.certresolver=cs"
- "traefik.http.routers.huber-putz-secure.service=huber-putz-secure"
- "traefik.http.services.huber-putz-secure.loadbalancer.server.port=8080"