fullstorydev / grpcurl

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

Does grpcurl support pulling a client certificate from the OS X Keychain? #468

Open hq6 opened 2 weeks ago

hq6 commented 2 weeks ago

This answer on Stackoverflow describes the following mechanism for using a client certificate from the OSX keychain, which I verified works for me.

CURL_SSL_BACKEND=secure-transport curl --cert "My Cert" https://10.0.1.101/

Is there an equivalent option or env var in grpcurl that allows it to pull a client certificate from the OSX keychain?