Access restriction profiles using certificate

0
Hi there, Has anyone created access restriction profiles for published rest services using certificate verification in Mendix. I have an in house angular app and is wondering how I can pass PEM certificate while making the rest api call. Any references would help. Thanks.  
asked
1 answers
0

Hi Vinod,

I implemented this at several applications.

Best you can do is create your own Certificate Authority. If you use a known Certificate Authority, any certificate signed there can connect to your REST function.

After creating the Authority, you can use this certificate in the restriction profile.

Use this authority to self sign your CSR's. You can use that certificate to make connection to the REST functionality.

Have a look at this:

https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/

answered