79319863

Date: 2024-12-31 11:43:59
Score: 1
Natty:
Report link

For wildcard LetsEncrypt TLS certs, you need to use dnsChallenge and specify main/sans (doc):

tls:
  certResolver: myresolver
  domains:
    - main: "example.com"
      sans:
        - "*.example.org"

I recommend to set TLS globally on entrypoint (example).

Traefik and LetsEncrypt will recognize that the Host() domains are included in the wildcard and will not create separate certs.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bluepuma77