fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

Support for p12 certificate format #331

Open Da5hes opened 1 year ago

Da5hes commented 1 year ago

in curl it is possible to use .pfx aka PKCS12 as a single file for client certificate authentication i.e " curl --cert certificate.pfx --cert-type p12 ..."

would love to see the support for it in grpcurl as well to avoid breaking up the .pfx into 2 files of cert / key and in cases where the passcode is baked in and unknown by the user