Having https end to end

Hi we have and app that has horizontal scaling by memory consumption, we want to change the scaling by traffic to have a better control over the scaling.

Our app is a nginx with http2 and ssl (server side cloudflare) implemented so we have https end to end certify by cloudflare

We must use the cloudflare certification to be able to use SSL full strict and the pod also need to have https traffic to be able to use nginx with http2

We tray other service mesh but the certificate inside the cluster was created by the mesh, we could no use the cloudflare certificate to use full strict and also the communication between the envoy proxy and the app container was by http so nginx wasn’t working over http2

Can we have this implementation with Linkerd?