SSL Certificates

What to choose wildcard or SAN SSL Certificate

Wildcard certificates

are great for protecting multiple sub-domains on a single domain. In many cases, the wildcard cert makes more sense than a SAN because it allows for unlimited sub-domains and you don’t need to define them at the time of purchase. You could provision *.domaineexmaple.com and in at anytime during the life of the certificate, you decided to add www3.domaineexmaple.com or shop.domaineexmaple.com, that cert would just work, no reissue required.

On the other hand, if you need to protect multiple domain names, then the SAN certificate might be the right choice. Protecting alternative domains with the same website (domaineexmaple.com and domaineexmaple.net) is a great example. One caveat – you need to define the additional domains and add them to the certificate for it to work.

SAN certificates

, like wildcard certificates, are a great way to save some money and also to make administration a bit easier as you can reduce the number of certificates provisioned since they cover multiple domains since its allow you to protect multi domains with one certificate and this also save money .

XsoftHost Support

Share

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago