I'm building a web app that relies on client certificates for authentication. I've been able to get it running successfully on a Windows VM through IIS though I had to add the Root CAs for the client certificates to the certificate store.
I can't seem to find the place to do a similar thing for when I want to deploy this same app to an Azure App service. What am I missing?
Thanks!
