Suppose I create sub domain per user, something like mysite.test.com which is secured under a wildcard ssl certificate. If I allow users to have their own custom url via a CNAME would the new url still be covered under the certificate or would I need a separate certificate per custom url?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 5 down vote accepted

No, I fear the previous answer is wrong. If you stick to giving users subdomains then your wildcard certificate will work, but if you allow users to map custom domains to their subdomains with CNAMEs, then they will need separate certificates for each custom domain, and separate public IP addresses as well.

link|improve this answer
Chris has edited his answer since I answered. – Mike Scott Jan 28 '11 at 20:29
Chris has clarified his answer because the questions wasn't clear and he assumed whatwhat meant subdomains of the domain he has a wildcard cert for, but understands where that isn't explicitly stated and could be talking about something else. =) – Chris S Jan 28 '11 at 20:32
feedback

Yes, CNAMEs work if the CNAME is within the wildcard's match pattern.

If your cert is for *.example.com, no you can't use a CNAME like joe.domain.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.