Adding SSL certificate in a standalone Windows installation

0
I'm deploying my application according to the documentation at https://docs.mendix.com/developerportal/deploy/deploy-mendix-on-microsoft-windows/ Everything works except connecting to web services via HTTPS. However I cannot find where to install the certificate in the Windows Service Console or should I put it in Java keystore or in an environment variable? Can someone direct me to the correct documentation regarding this issue.
asked
1 answers
-1

You have to install the certificate in IIS. First create a CSR (Certificate Signing Request) and then install the certificate.

answered