SSL certificate configuration in yaml file

0
our mendix application is running on linux server we want to secure our URL to https is there any way to configure the SSL certificate in the yaml file.
asked
1 answers
0

If you look at the Mendix documentation for on premises deployments the communication should go through IIS or nginx. This is the place where you would put your certificate, not on the Mendix application. This is further explain here.

answered