How to create a certificate signing request for Azure WebRole

I have a WebRole running on Windows Azure using the * .cloudapp.net domain in which I have CNAMEd my real domain. I do not have a virtual machine.

Is it possible for me to issue a certificate signing request to the CA with this setting? Or do I need to purchase an Azure virtual machine to do this?

+4
source share
1 answer

You can create a certificate signing request from any IIS server , including your development machine. All you have to do is install the certificate that you get from the CA on the same computer so that you can export .pfx for Windows Azure. You do not need an Azure VM or even use Azure to create a certificate signing request.

+5
source

Source: https://habr.com/ru/post/1483974/


All Articles