Letsencrypt stopping expiry notification emails

Hi, I received an email from letsencrypt informing me that they were ceasing the expiry notification emails. I'm fairly new to traefik so am still learning about how the SSL certificates work but from my understanding, traefik renews them automatically so I can disregard this email. Is this correct? I run traefik 3 as a docker container on my unraid container and have included an excerpt from my traefik.yaml below

certificatesResolvers:
  letsencrypt:
    acme:
      email:*****@gmail.com
      storage: /etc/traefik/acme.json
      dnsChallenge:
        provider: cloudflare
        disablePropagationCheck: true
        delayBeforeCheck: "60"
        # Used to make sure the dns challenge is propagated to the rights dns servers
        resolvers:
          - "1.1.1.1:53"
          - "1.0.0.1:53"

The emails were just for the user. Traefik will still renew LetsEncrypt TLS certs.

Thanks, I'll ignore the email then

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.