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
smitrasmitra 

2 Way SSL connectivity between salesforce and TIBCO

I need to establish a two way connectivity between salesforce and TIBCO .

TIBCO will provide a public key which will be hosted in salesforce org similarly from salesforce org also we will provide TIBCO a public key for CA signed certificate generated in salesforce. 

When a soap request will be sent from salesforce org to TIBCO this request will be signed by the private key and TIBCO will decrypt the request using there public key 

Please let me know how to store public key in salesforce org ?
and how do I sign with private key while sending the message.
NagaNaga (Salesforce Developers) 
Hi Smitra,

User-added imageBest Regards
Naga Kiran
smitrasmitra
Hi Naga ..Thanks for the reply.

But Can you tell me in order to sign the soap message by our private key what process needs to be followed?(CA signed certificate)