On-premise deployed app importing certificate

3
Hello, I'm trying to deploy my app on my own premises, it consumes a REST service which requires importing a certificate. In modeler it is simply done by adding it in Settings>Certificates, but there is no options for adding a certificate for on-premise deployment. I tried adding the cert to the IIS, JRE keystore, Mendix Server keystore. When starting the app from Service Console it says "Adding 0 authority certificate(s)" so I assume there is a place where to add them...   Solved: In your application directory you can add certificates to settings.yaml by adding lines under Service: "ClientCertificates: <Path to certificate>" "ClientCertificatePasswords: <password for certificate>"  
asked
0 answers