function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandip ChakrabortySandip Chakraborty 

Once I upload the CA signed certificate in salesforce , do I need to share that CA certificate with external service ?

Hi,
I want clear one doubt of mine for a 2 Way SSL apex call out.
AS per my understanding here is the step - 
1) Create CA signed Cert. Down load the CSR. get it signed by CA and upload it again. I believe this is client certificate in this case.
2) Do I now need to download this cert and share with the external server whom I am making the webservice call ?, If not then how the server verifies the client certificate which I store in salesforce ?
3 And , the server certificate which is send by Server during SSL handshking process will be a different one which will be verified by Salesforce under their trust store as per this link - http://wiki.developerforce.com/index.php/Outbound_Messaging_SSL_CA_Certificates

Can any one confirm if all 3 steps are correct or anything is wrong here ?