Traefik to Kubernetes service with SSL

I current have Traefik configured to use TLS (via Let's Encrypt) for the incoming connections from the wild, but would like to secure the connection between Traefik and the backing service using TLS, most likely a self-signed CA.

Does anyone have some YAML they might share that does this?