Cloudflare + Traefik with Let's Encrypt Setup

Hello, is it possible to use Docker labels on my containers to only use Let's Encrypt certificates for my non-http routers that has a domain/subdomain not proxied with Cloudflare, and use Cloudflare's Origin Certificates for HTTP routers with a Cloudflare proxied subdomain/domain?

Nevermind, I just went with the standard TLS setup. I proxied the domain and used the Cloudflare origin certificates on a standard TLS dynamic config and it's working fine.

tls:
  certificates:
    - certFile: /path/to/cforigin.pem
      keyFile: /path/to/cforigin.key
      stores:
        - default

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