Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 05, 2012 10:19 PM by BrockAllen
0 Points
2 Posts
Dec 04, 2012 06:03 AM|LINK
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
WebRole or WebSite? And what I have to do to configure this scenario? Thanks!
All-Star
28124 Points
4997 Posts
MVP
Dec 05, 2012 12:56 AM|LINK
WebRole for now since WebSites don't yet support uploading your own certs.
Dec 05, 2012 06:55 AM|LINK
Ok for WebRole but how do it? Different WebRole for different subdomain or one WebRole for all subdomains? And what about the willdcard certificate in both scenarios? Thanks
Dec 05, 2012 10:19 PM|LINK
When you configure your azure project put in your cert. You also need to upload it to your account. Thenm update DNS for your domain to the azure IP.
ozonemojo2
0 Points
2 Posts
Use wildcard SSL subdomains with a Windows Azure ASP.NET application
Dec 04, 2012 06:03 AM|LINK
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
WebRole or WebSite? And what I have to do to configure this scenario? Thanks!
BrockAllen
All-Star
28124 Points
4997 Posts
MVP
Re: Use wildcard SSL subdomains with a Windows Azure ASP.NET application
Dec 05, 2012 12:56 AM|LINK
WebRole for now since WebSites don't yet support uploading your own certs.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
ozonemojo2
0 Points
2 Posts
Re: Use wildcard SSL subdomains with a Windows Azure ASP.NET application
Dec 05, 2012 06:55 AM|LINK
Ok for WebRole but how do it? Different WebRole for different subdomain or one WebRole for all subdomains? And what about the willdcard certificate in both scenarios? Thanks
BrockAllen
All-Star
28124 Points
4997 Posts
MVP
Re: Use wildcard SSL subdomains with a Windows Azure ASP.NET application
Dec 05, 2012 10:19 PM|LINK
When you configure your azure project put in your cert. You also need to upload it to your account. Thenm update DNS for your domain to the azure IP.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/