Hi,
I registered a third party Webservice in ION API which requires client certificate to be sent with each request. The client certificate which I have is in .p12(PKCS12) format and I'm able to upload the same in Target endpoint security with a password. But when I access the web services from ion API the authentication fails and there is no certificate information sent in the cURL request from the ION. The same works perfectly on other HTTP clients.
Does anyone have any ideas on how to set client certificate for authentication or is there any other format do I have to use?