Aws eks NLB -> nginx ingress ( TLS ?)

Hi, we have an aws eks setup and all our certs are taken care at the cloudfront/NLB levels, IS there a way to config the linkerd proxy for the ingress to accept connection from the NLB on port 443 (tls) and proxy it to the port 80 in the nginx ingress ? (this connection can not be MTls).

Basically i want to make sure my connection is encrypted all the way without having to deal with multiples cert at the nginx ingress level …

I find out a way to do this without linkerd we can ignore this request.