Backend SSL Upload for HTTP settings in Azure App Gateway

Mahdi Askari 1 Reputation point
2021-11-08T23:37:27.307+00:00

Hello

I am trying to setup back end SSL on Azure App Gateway. This is where I am stuck:

147542-image.png

Questions:

  • Can I confirm that this is the ROOT certificate? It says PUBLIC Certificate in the text but the heading says "trusted root certificate".
  • Assuming this is the CA/Root Certificate, I have tried all tools to convert it to CER and upload it and it still says "Certificate Data Invalid". I have CER file which is basically a text file with ---begin--- and ---end--- . Is that the right format? or CER expected should be in a binary format?

Any help is appreciated.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
956 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 22,776 Reputation points Microsoft Employee
    2021-11-09T01:19:28.31+00:00

    Hello @Mahdi Askari , thank you for reaching out.
    As per the documentation

    Can I confirm that this is the ROOT certificate? It says PUBLIC Certificate in the text but the heading says "trusted root certificate".

    Yes, a root certificate is required to configure Application Gateway's HTTP Settings.

    Assuming this is the CA/Root Certificate, I have tried all tools to convert it to CER and upload it and it still says "Certificate Data Invalid". I have CER file which is basically a text file with ---begin--- and ---end--- . Is that the right format? or CER expected should be in a binary format?

    The .cer file should be in base-64 encoded format. If needed you can follow the instructions in document shared above to create a custom Root CA certificate using OpenSSL.

    Hope this helps. Please let me know if you have any additional concerns. Thank you!

    0 comments No comments