Skip to content

Commit

Permalink
traefik: Prefer ISRG Root X1 certificate chain
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Sep 10, 2023
1 parent a93623b commit 94dab4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- --certificatesresolvers.le.acme.httpChallenge=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- "--certificatesresolvers.le.acme.preferredChain=ISRG Root X1"
restart: unless-stopped
ports:
- 80:80
Expand Down

0 comments on commit 94dab4d

Please sign in to comment.