>>You either need a wildcard SSL certificate, or each domain needs its own certificate.
But could each domain have its own SSL cert but still be on the same IP? Or is that an impossibility unless you call them using the IP as you mention (which I would not want to do).
Would a wildcard still work if I'm not doing subdomains like "a-hostname.yourdomain.com
>>I would never trust a web site using a wildcard certificate
Yes, but you're a sage ;-) Would others even notice?
>>It might be possible that someone sets up a domain like 'a-hostname-for-attacker.y
What if I'm the only person administrating the site and have control over all the contents?
Main Topics
Browse All Topics





by: ahoffmannPosted on 2009-09-24 at 02:18:21ID: 25411296
You either need a wildcar SSL certificate, or each domain needs its own certificate.
urdomain.c om
If they all share the same IP, it would also be possible to assign the IP to the certificate. But that would require, that you call the web pages using the IP instead of the domain name to avoid the browser complainung.
About wildcard certificates: I would never trust a web site using a wildcard certificate, 'cause it might be possible that someone sets up a domain like
a-hostname-for-attacker.yo
which contains malicous data or code. All browser would then silently accept any data from there and not complain about trusts.
Just my 2 pence about wldcards.