SSL Cert for one domain and multiple IPs

Solution 1:

  1. The IP address is not relevant for SSL/TLS on websites. What is important is that the name the browser uses (e.g. example.com) matches the name listed in the certificate. So, if you install the cert on many servers and somehow make sure you can reach them all with the same DNS name, things should work.
  2. Does your application require load balancing? Would something simpler like RRDNS work? Anycast DNS entries? You need to know this, we can't tell you.

Solution 2:

An SSL certificate issued on FQDN (fully qualified domain name), so it is essential that the common name in the certificate will be matched with browsing website URL.

Unlimited server licensing is an excellent feature that most certificate authorities are provided with an SSL certificate. It means that a single SSL certificate can work on multiple servers.

For instance, let’s say you are running an e-commerce website hosted on multiple servers and for that you need a single SSL certificate. You do not need to spend extra money for the individual SSL certificate.

How to apply?

While ordering SSL certificate, there is an option of choosing the number of servers that you wish to secure. Here, select the number of servers and complete the buying process. After getting the certificate, you have to install the certificate where the CSR was generated earlier.

Now export the certificate file with the private key and then import the certificate file and private key to additional selected servers.

Important Note:

If you go with the Symantec SSL certificate, the authority will charge for each additional server license.