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
Post a Comment