Greetings all !
So I am new to this, and found this tutorial : https://youtu.be/n1vOfdz5Nm8 to guide me through the process of having proper https certificates for my homelab / nas.
I followed through the steps, but when checking for traefik certificate it says it's using it's own certificate, and not the proper one.
When checking the docker container logs, this is what I find :
2025-03-29T07:58:16.282879090Z 2025-03-29T08:58:16+01:00 ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [local.test.fr *.local.test.fr]: error: one or more domains had a problem:\n[*.local.test.fr] invalid authorization: acme: error: 400 :: urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.local.test.fr - check that a DNS record exists for this domain\n[local.test.fr] invalid authorization: acme: error: 400 :: urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.local.test.fr - check that a DNS record exists for this domain\n" ACME CA=https://acme-staging-v02.api.letsencrypt.org/directory acmeCA=https://acme-staging-v02.api.letsencrypt.org/directory domains=["local.test.fr","*.local.test.fr"] providerName=cloudflare.acme routerName=traefik-secure@docker rule=Host(`traefik-dashboard.local.test.fr`)
2025-03-29T08:04:44.496672517Z 2025-03-29T09:04:44+01:00 ERR error="accept tcp [::]:443: use of closed network connection" entryPointName=https
2025-03-29T08:04:44.496715817Z 2025-03-29T09:04:44+01:00 ERR error="accept tcp [::]:80: use of closed network connection" entryPointName=http
2025-03-29T08:04:44.496740547Z 2025-03-29T09:04:44+01:00 ERR error="close tcp [::]:80: use of closed network connection" entryPointName=http
2025-03-29T08:04:44.497900631Z 2025-03-29T09:04:44+01:00 ERR error="close tcp [::]:443: use of closed network connection" entryPointName=https
Can you guys help me figure out what I am doing wrong ? I have opened the port toward my local server IP for 80 & 443, but no dice so far.
Thanks !