Reputation: 803
I have the following scenario and I need help to deploy it to Windows Azure.
I have the following ASP.NET site that routes customers based on the first part of the DNS name:
...
I have a wildcard SSL certificate with the following subject name *.mysite.com
What I have to do? Thanks!
Upvotes: 3
Views: 824
Reputation: 371
Just upload it to the portal and use it like any other SSL certificate. I did it myself and it worked with no problems. General info about SSL and Azure can be found at: http://msdn.microsoft.com/en-us/library/windowsazure/ff795779.aspx
Upvotes: 1