SSL Certificates: Multiple Single Domain vs Wildcard?

6,918

Solution 1

I just asked a similar queston. I belive part of the trade off is cost and security. If one cert is compromised thats just one out of 5-10 but you are paying more per cert. If you have one cert it is less but if it gets compromised you are looking at 10 points of failure now.

From another site:

SSL Wildcard Certificates won't work for multiple levels. This means that an SSL Certificate Wildcard for *.mydomain.com won't work on www.mail.mydomain.com

I'd encourage you to read http://www.sslshopper.com/best-ssl-wildcard-certificate.html for a pro/con on Wildcard certs.

Solution 2

We go with the wildcard and just make sure it's not exportable so people can't use it wherever they please. The plus side is that you only need one and so you only need to generate it in one place as opposed to generating and completing certs for each.

The downside is that you have to replace all of them at the same time when you renew. Which means you'd better know all the places it's being used.

I've also seen some devices not like wildcard certs though I can find any specific examples offhand. They just seem to require the FQDN and can't match the *.domain.com to what they're being delivered. Just something to watch for.

Phil.

Solution 3

Wildcard certificates work well if you have a large number of sub domains that you want to cover, but be aware that they are not supported by all browsers. Many mobile browsers don't support them, so if you plan on using the website or any web services from non-PC devices you will want to test and make sure they work before purchasing.

For 5 domains I would recommend going with standard SSL certificates. 10 is a bit borderline, as it starts to become a maintenance and cost issue. If your website absolutely must work on all client devices (iPhone, Android, BlackBerry, WP7, PC, Mac, etc) then your best bet is to use standard certificates from name brand providers.

Share:
6,918

Related videos on Youtube

Andre
Author by

Andre

Updated on September 18, 2022

Comments

  • Andre
    Andre over 1 year

    I'm my company we want to deploy SSL certificates to some websites we own, and our RADIUS server as well (Cisco ACS).

    What is the practical difference from acquiring 5-10 single host certificates or a single wildcard certificate for the whole domain (ie: common to all the hosts) ?

    All hosts are in the same domain. I'm not sure what certificate to choose.

    Thanks,

  • Phillip Jubb
    Phillip Jubb almost 13 years
    So a quick search tells me that some Cisco NAC appliances don't support wildcards where some of their ACE appliances do. I'd recommend checking for your specific ACS device.