Zend certified PHP/Magento developer

2 Way SSL for Magento API

Checked many blogs for 2 way ssl(Mutual Authentication) for magento api’s or PHP but did not get end to end implementation details.

Below is my understanding.
Lets consider client (sslclient.com) and server (sslserver.com), both will communicate after verifying ssl certificate.
The client will verify server certificate and server will verify the client certificate.

As I checked changes required in apache config and php curl.

**Below are the blogs which I have visited, **

If anyone knows end to end implementation, please share your input.