gRPC C# Server authentication -


i'm attempting perform server authentication using grpc i'm unsure of how proceed. current setup have server running on 1 machine , client on (both windows machines). testing purposes i've generated certificate authority , private certificate (from certificate authority) using windows makecert.exe. generates .cer file.

the documentation sslservercredentials not have provisions .cer file. keycertificatepair in case ? documentation unclear on this. http://www.grpc.io/grpc/csharp/html/t_grpc_core_sslservercredentials.htm

also, want server authenticate itself, need special provision on client grpc call?

you'll need both private key , cert file. can see how grpc testing code here.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -