I have a client certificate file in PFX format loaded successfully in Postman v7.30.0. When I do a post I get the eror MULTIPLE_PRIVATE_KEYS_INPKCS12. How do I go about to troubleshoot this issue?
Steven
I have a client certificate file in PFX format loaded successfully in Postman v7.30.0. When I do a post I get the eror MULTIPLE_PRIVATE_KEYS_INPKCS12. How do I go about to troubleshoot this issue?
Steven
There may be a better way but I imported the certificates in to a PEM file and removed one of the two certificates.
openssl pkcs12 -in personal.p12 -clcerts -out personal.crt
#Edit the file to remove the second cert and second private key