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.   
asked
2 answers
1

Hi Vi, for deployed apps the certificate settings need to be adjusted in the environment settings in the Mendix Sprintr. Here's a link to the learning path which has more details. Hope it helps!
https://academy.mendix.com/link/modules/117/lectures/946/4.3-SSL-Client-Certificates

 

answered
0

Unfortunately, certificates cannot be added to a Mendix Sandbox (free tier). See the answer to this question in this forum post:

 

https://forum.mendix.com/link/space/studio-pro/questions/99905

 

 

answered