I have a web application on Azure. I have A1 model certificates with the certification chain still Brazilian Root v2. The Revenue WebServices have been updated to use the new certification chain as per information on the revenue site itself: link
Before the update, no error occurred while consuming a webservice such as link
If I install intermediate chains on my local machine in the certificate manager on trusted certification authorities, and run the local application, I have no problem.
How do I install and the application use these intermediate certificates in azure?
I tried Subscriptions / Management certificates and also in App Services / SSl certificates to no avail. I also tried unsuccessfully to send the intermediate strings together with the pfx file.