Open SSathish89 opened 3 months ago
Hi @SSathish89 , I have done some research on this issue.
LLRT currently relies on rustls_pemfile
crates. A rustls_pemfile
crate does not support pfx files, only pem files can be specified. Can we consider the possibility of extracting the desired certificate from a pfx file and using it as a pem file?
https://github.com/awslabs/llrt?tab=readme-ov-file#llrt_extra_ca_certsfile
@SSathish89 did this solve your problem ☝️?
Kindly suggest any work around to post https request with client certificate as pfx and passphrase