How do I add a certificate to my Azure App Service

David Thielen 3,206 Reputation points
2021-06-06T23:42:57.153+00:00

Hi all;

I need to add a SSL certificate to www.EnemyNations.com & EnemyNations.com (it is an Azure app service). How can I do that?

To create a CSR I need access to the server and I can't get that for an app service.

Is there an easier way? I don't care where the certificate comes from.

thanks - dave

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,654 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 22,516 Reputation points
    2021-06-07T12:42:55.237+00:00

    Thanks for asking question! You can refer to this official article which shows you how to create, upload, or import a private certificate or a public certificate into Azure App Service: Add a TLS/SSL certificate in Azure App Service

    Refer to below table lists the options you have for adding certificates in App Service:

    103000-add-and-manage-tls-ssl-certificates-azure-app-serv.png

    You can opt any of the above options:

    1. Free App Service Managed Certificate (A private certificate that's free of charge and easy to use if you just need to secure your custom domain in App Service) It's a fully functional TLS/SSL certificate that's managed by App Service and renewed automatically. Please note that there is limitation and you can not export free certificate.
    2. You can purchase an App Service Certificate (A private certificate that's managed by Azure. It combines the simplicity of automated certificate management and the flexibility of renewal and export options.) from Azure, then Azure manages the following tasks:

    • Takes care of the purchase process from GoDaddy.
    • Performs domain verification of the certificate.
    • Maintains the certificate in Azure Key Vault.
    • Manages certificate renewal (see Renew certificate).
    • Synchronize the certificate automatically with the imported copies in App Service apps.

    Let us know if further query or issue remains.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.