traefik: Prefer ISRG Root X1 certificate chain

This commit is contained in:
Navratan Lal Gupta 2023-09-10 19:46:27 +05:30
parent 5385f2c37e
commit 4543fd143b
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ services:
- --certificatesresolvers.le.acme.storage=/letsencrypt/acme.json
- --certificatesresolvers.le.acme.httpChallenge.entrypoint=web
- --certificatesresolvers.le.acme.httpChallenge=true
- "--certificatesresolvers.le.acme.preferredChain=ISRG Root X1"
restart: unless-stopped
ports:
- 80:80