Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for p12 certificate format #331

Open
Da5hes opened this issue Aug 31, 2022 · 0 comments · May be fixed by #415
Open

Support for p12 certificate format #331

Da5hes opened this issue Aug 31, 2022 · 0 comments · May be fixed by #415

Comments

@Da5hes
Copy link

Da5hes commented Aug 31, 2022

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

@wangtiga wangtiga linked a pull request Oct 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant