I need to call webservice which requires certificate to be passed with request.
I have tested this in Postman by adding .cert and .key file and providing Passphrase in client certificate option. I am able to get the response from client side.

Now I want to implement the same in Oracle using UTL_HTTP. How can I achieved the same using UTL_HTTP?
Regards
Fahad Akhtar