From 1abe7f258e816a051226315b8631bfa4dde6190b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 7 Nov 2024 18:18:51 -0700 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Traefik.md --- Docker & Kubernetes/Docker/Docker Compose/Traefik.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md index 5fb1c3a..64fb4b2 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md @@ -19,9 +19,10 @@ CF_API_KEY=REDACTED-CLOUDFLARE-DOMAIN-API-KEY ``` - If these are not set, Traefik will still work, but SSL certificates will not be issued from Let's Encrypt, and SSL traffic will be terminated using a self-signed Traefik-based certificate, which is only good for local testing. + If these are not set, Traefik will still work, but SSL certificates will not be issued from Let's Encrypt, and SSL traffic will be terminated using a self-signed Traefik-based certificate, which is only good for local non-production testing. If you plan on using HTTP-based challenges, you will need to make the following changes in the docker-compose.yml data: + - Un-comment `"--certificatesresolvers.myresolver.acme.tlschallenge=true"` - Comment-out `"--certificatesresolvers.letsencrypt.acme.dnschallenge=true"` - Comment-out `"--certificatesresolvers.letsencrypt.acme.dnschallenge.provider=cloudflare"`