how to purchase and install ssl certificate from azure

Sudesh Sharma 176 Reputation points
2020-08-18T05:11:10.527+00:00

Hey Guys,

I want to purchase ssl certificate from azure and install on azure vm IIS web server. How to install ssl certificate on azure vm iis webserver? I have deployed multiple websites on iis webserver. If I will purchase certificate from azure, then can used for multiple websites of IIS webserver?

Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,121 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,864 questions
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,886 Reputation points Microsoft Employee
    2020-08-18T09:38:02.403+00:00

    @Sudesh Sharma Thank you for your query.Azure App Service provides a highly scalable, self-patching web hosting service. This article shows you how to create, upload, or import a private certificate or a public certificate into App Service.

    Once the certificate is added to your App Service app or function app, you can secure a custom DNS name with it or use it in your application code.

    You can refer to this article to get more details.

    These TLS/SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Windows virtual machines (VMs) in Azure.

    To learn more on how to Secure a web server on a Windows virtual machine in Azure with TLS/SSL certificates stored in Key Vault you can refer to this article as well.

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics


1 additional answer

Sort by: Most helpful
  1. Sam Cogan 10,157 Reputation points MVP
    2020-08-18T07:54:41.847+00:00

    You can purchase an App Service Certificate through Azure. When you do this you will be required to provide a Key Vault to store the certificate in. Once the cert has been created you can go to the Key Vault and download the cert as a PFX file which you can then upload to your IIS server and use for whichever web sites you want.

    3 people found this answer helpful.