Provide builtin encryption for the default RPC endpoints without client certificates.
Even you have a secure Cluster with Certificates, the communication is not encrypted.
Currently i have to use: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-secure-communication#lf-content=177426351:775201656
It would be great if i could enable encryption support for Rpc-Endpoints like for HTTPS Endpoints in ApplicationManifest.
<Policies>
<EndpointBindingPolicy EndpointRef="HttpsEndpoint" CertificateRef="MyCert" />
<EndpointBindingPolicy EndpointRef="ServiceEndpoint" CertificateRef="MyCert" />
</Policies>
