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?
Asked
Active
Viewed 1.6k times
2 Answers
11
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.

Mike Scott
- 7,993
- 31
- 26
-
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 owns and 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
4
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

Chris S
- 77,945
- 11
- 124
- 216