Andrea
Andrea

Reputation: 803

Use wildcard SSL subdomains with a Windows Azure ASP.NET application

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:

https://customer1.mysite.com

https://customer2.mysite.com

https://customer3.mysite.com

...

https://customerN.mysite.com

I have a wildcard SSL certificate with the following subject name *.mysite.com

What I have to do? Thanks!

Upvotes: 3

Views: 824

Answers (1)

bkovacic
bkovacic

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

Related Questions