Where to deploy certificates for an mendix Azure app

0
We run mendix 5.21.2 in an azure envionment. for the use of some of my consumed webservices I need to deploy certificates. In the medix azure console is do not find a place to imprt the certificates. Can someone give me a clue
asked
1 answers
0

Via a link of a collegue I got the correct result

https://docs.mendix.com/refguide5/custom-settings

use the advanced settings with parameters:

  • ClientCertificates  path to  certificate
  • ClientCertificatePasswords  with the password
answered