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
ZenfairZenfair 

Importing Service Provider Certificates

All - Thank you for reading this post.

We have a Third party Secured Web Service. To call this service we need to import their certificates.

 

ServiceName_Root.cer (Use this to authorize the encryption and signature certificates.)

ServiceName_Consumer_Encrypt.cer (Use this to encrypt the messages you send to Service.)

ServiceName_Producer_Sign.cer (Use this to verify signatures.)

 

I am looking for some help on if SalesForce supports this? Or any other alternative solutions.

 

Please note: I already went through generating CA signed certificate and uploading back in to salesforce. I am looking help on to how to import Service provider certificates.

 

Thanks in advance 

forecast_is_cloudyforecast_is_cloudy

Are you trying to invoke this external web service via Apex (either via WSDL2Apex or using the HTTP classes)? If so, perhaps this will help - http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts_client_certs.htm.