ACME Renewal of GoDaddy Wildcard Subdmain Fails

After some additional digging and debugging I got it working, not sure why but this is what I changed:

  1. Added - --certificatesResolvers.wildcard-godaddy.acme.dnsChallenge.resolvers=1.1.1.1:53,8.8.8.8:53 to the traefik command
  2. Updated my traefik.env with the following
    1. GODADDY_POLLING_INTERVAL=300
    2. GODADDY_PROPAGATION_TIMEOUT=600
    3. GODADDY_TTL=600
    4. GODADDY_HTTP_TIMEOUT=600

After recreating the container it worked, and my certs were updated.

1 Like