1
I have a web application in Azure. I have model A1 certificates with the certification chain still Raiz Brasileira v2. The revenue Webservices have been updated to use the new certification chain as information on the revenue website itself: http://www.nfe.fazenda.gov.br/portal/informe.aspx?ehCTG=false#484
Before the update, no errors occurred when consuming a web service such as https://www.svc.fazenda.gov.br/NfeStatusServico2/NfeStatusServico2.asmx
If I install the intermediate chains on my local machine in the certificate manager at trusted certification authorities, and run the local application, I have no problem.
How do I install and the application use these intermediate certificates on Azure?
I tried in Subscriptions/Management Certificates and also in App Services/ Ssl Certificates without success. I also tried unsuccessfully to send the intermediate strings together with the pfx file.