Home:ALL Converter>Can Azure generate a certificate at the cloud side?

Can Azure generate a certificate at the cloud side?

Ask Time:2014-04-07T14:41:39         Author:Jerry Bian

Json Formatter

During the development, we didn't get the domain binding for our application, so we just use the Azure URL, something like this: xxx.cloudapp.net.

Because we would like our website use HTTPS protocol, we need to use a certificate, just follow the MSDN, we generated the self-signed pfx file using IIS Manager. Before we publish our application to cloud, we upload the pfx file to cloud by the portal page.

So my question is, is above the only way for this situation? Which I means, I need to upload the certificate to cloud manually first, then publish the application? Is there a way I don't need to to this, something like I even not rely on IIS Manager, the cloud can generate a certificate?

Author:Jerry Bian,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22905245/can-azure-generate-a-certificate-at-the-cloud-side
yy