Azure WebApp - How do I upload and configure an existing SSL certificate.

Emily Johnson 26 Reputation points
2021-10-21T07:51:25.573+00:00

I'm facing a problem regarding uploading an SSL certificate. Pitch me some good points about how to upload and configure an existing SSL certificate?

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
591 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,793 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 18,191 Reputation points
    2021-10-21T12:38:02.68+00:00

    Thanks for asking question!

    • If you have purchased an App Service certificate which is private certificate that's managed by Azure.
      It combines the simplicity of automated certificate management and the flexibility of renewal and export options.
      Refer to these step by step document: Import an App Service Certificate
    • If you already have a private certificate from a third-party provider, you can upload by following this document:

    Upload a private certificate Also, See Private certificate requirements.

    Let us know if further query or issue remains.


1 additional answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2021-10-21T12:39:39.88+00:00

    Hi @Emily Johnson

    In Azure WebApp you can create, upload, or import a private certificate or a public certificate into App Service.

    Refer to the below URL, it is explained in step-by-step
    https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate#upload-certificate-to-app-service

    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.