Share via


How to install SSL Certificate to Azure VM?

Question

Wednesday, March 13, 2019 1:43 PM

What are available option to install SSL Certificate to Azure VM with Public IP.(no IIS)

I have already VM exiting. Is it only way to re-install again with following way?

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-secure-web-server

Kenny_I

All replies (2)

Wednesday, March 13, 2019 10:47 PM âś…Answered | 1 vote

You can actually use that same doc and just pick up right where the VM creation ends. You can simply use the Custom Script extension to install IIS and follow the rest of it to setup SSL

/en-us/azure/virtual-machines/windows/tutorial-secure-web-server#create-a-virtual-machine


Thursday, March 14, 2019 12:40 AM | 1 vote

Yes, the document you are referring to is the way to secure a web server on a Windows VM in Azure, with SSL certificates stored in Key Vault.

Can you please elaborate more on your scenario and end goal as well as describe what do you mean by 'I have already VM exiting'? I will be able to help you better with more details.