File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ services:
1818 - " traefik.http.routers.getmarc-secure.rule=Host(`${GETMARC_FQDN}`) || Host(`${AVDATABASE_FQDN}`)"
1919 - " traefik.http.routers.getmarc-secure.entrypoints=websecure"
2020 - " traefik.http.routers.getmarc-secure.tls=true"
21+
22+ # supposedly this shouldn't be needed - wonder
23+ # if because started running with just one cert?
24+ - " traefik.http.routers.getmarc-secure.tls.domains[0].main=${GETMARC_FQDN}"
25+ - " traefik.http.routers.getmarc-secure.tls.domains[0].sans=${AVDATABASE_FQDN}"
26+
27+ # this also shouldn't be needed if using default certresolver
28+ # Iw would think :/
29+ - " traefik.http.routers.getmarc-secure.tls.certresolver=letsencrypt"
30+
2131 - " traefik.http.services.getmarc-secure.loadbalancer.server.port=5000"
2232 - " traefik.http.services.getmarc-secure.loadbalancer.server.scheme=http"
2333 - " traefik.http.routers.getmarc-secure.middlewares=campus-ips-whitelist@file"
You can’t perform that action at this time.
0 commit comments