Deploying a self signed ceritificates in an Azure webapp -


i have created webapp in azure , deployed few webapi 2 services. not cloud service. no web , worker roles involved. no public domain name attached it. don't use default microsoft certificate. possible install self signed certificate webapp enable https?

yes possible, can use "cloudapp.net" domain this, test purposes microsoft documentation explains:

for test purposes, can create , use self-signed certificate. self-signed certificate not authenticated through ca , can use cloudapp.net domain website url. example, task below uses self-signed certificate in common name (cn) used in certificate sslexample.cloudapp.net.

reference: https://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/


Comments