support for .p12/.pfx files for mTLS #326
cplussharp
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Sounds good. Would you like to open a PR? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to use a .p12 file for mTLS.
This is currently not possible, because the code checks for "key" and "certificate" in the https options.
If they are not present the code should check for "pfx".
Beta Was this translation helpful? Give feedback.
All reactions