gRPC which certificate to pass for a successful TLS handshake

I have Developed a gRPC Service in .NET 5 core in C# language and using gRPCurl command tool for invoking the methods of the gRPC Service, when I directly execute a command in gRPCurl tool it works fine, but to perform in postman it asks for the certificate, can anyone tell me which certificate to be added in postman and where can I find it

Hi @sharook28696

I don’t really know anything about gRPC but maybe this link will help?