I am currently trying to setup traefik with let’s encrypt to handle wildcard certificate. My provider is Go daddy and I have setup the environment with both GODADDY_API_KEY and GODADDY_API_SECRET (with values, like “aed…”) in traefik.yml but I keep getting a missing GoDaddy credentials. I know that Traefik list GoDaddy as a none tested provider but I am wondering if anybody else have the same issues?
I got it working. The solution was to put the GODADDY_API_KEY and GODADDY_API_SECRET in an file (.provider.env in the example belov) for themselves and then reference them in the docker-compose.yml.