How to upload Client Certificate in sandbox . Like Setting-> Certificates in Studio Pro
0
Hi, I need some guidance on Certificates. I have a requirement to create a signature using a certificate’s private and public key. for that i have created a SSL certificate. In Local ( Studio Pro) I have uploaded that SSL client certificate by going to Setting → Certificates tab. there I have uploaded a SSL certificate . the same I can able to get from a Java action using the code Core.getConfiguration().getClientCertificates(); . Then I took private key/public key, associate the data with that key. Then It worked fine in local. Now we decided to move the functionality to cloud to test. Now Client certificates list size comes as 0. Any one know how we upload a certificate in Sandbox environtment. What is use of certificates tab in Studio Pro. the same how can we test in sandbox.