hero-faq-1

FAQs

How many domains can be protected by a SAN certificate?

A SAN certificate can encrypt 1 to 3 domains by default, depending on the certificate brand, and up to 250 additional SANs for an extra fee. You can request more SANs during your SSL certificate order at the checkout.

Copy Link

How Does Multi-Domain SSL Work?

Multi-Domain SSL certificates work the same way as Single-Domain certificates, except for the number of domains they can secure. A multi-domain cert protects both your internal and external domains/subdomains under a single SSL installation and a one-time renewal period. Depending on the SSL brand you choose, the certificate will include a few additional domains by default (called SANs), as well as the option to secure multiple subdomains. If you need more domains, you can add up to 250 SANs. But that’s not all. Even if your multi-domain certificate is up and running, you can always purchase extra domains and then simply reissue your certificate.

For instance, with a Multi-Domain SSL cert that includes 3 domains by default you can secure:

Three different domains:

  1. yoursite.com
  2. yoursecondsite.com
  3. yourthirdsite.com

Three different subdomains:

  1. blog.yoursite.com
  2. sotre.yoursite.com
  3. membership.yoursite.com

Three different domains and subdomains:

  1. yoursite.com
  2. blog.yoursite.com
  3. anothersite.com

Configuring your Multi-Domain certificate is easy. During the CSR (Certificate Signing Request) generation, please include your first domain. For example, yoursite.com. Right under the CSR text area, in the additional domains’ fields (SANs), specify the rest of domains or subdomains you want to encrypt. After you pass the SSL validation, you can safely install the certificate on your server.

Copy Link

What is SAN SSL and UCC SSL?

When you buy a Multi-Domain SSL certificate, please note that it has two alternative names: SAN SSL and UCC SSL. SAN SSL stands for Subject Alternative Name Certificate, and UCC SSL is an acronym for Unified Communication Certificate. You will find all these names across our wide range of Multi-Domain products.

Copy Link

What is a Multi-Domain (SAN) SSL Certificate?

Multi-Domain SSL Certificates are the most versatile SSL solution on the market. With a single Multi-Domain certificate, you can secure up to 250 different domains. Certain Multi-Domain products also protect unlimited subdomains, solving the most complex web security challenges.

Their flexibility saves users valuable time and tons of money. Instead of spending a fortune on separate certificates for each of your domain names, you can buy a Multi-Domain SSL certificate and quickly encrypt the entire network of your sites.

Copy Link

How to know if a site uses HTTPS?

The best indicator of a website that uses HTTPS is the padlock icon next to the URL in the browser’s address bar. If the website loads over HTTP, your browser will likely block the connection and issue an SSL security warning.

Copy Link

Should you redirect HTTP to HTTPS?

Yes, redirecting a website from HTTP to HTTPS will ensure visitors access only the encrypted version of your site. If they load the HTTP version of your domain, a security warning will notify them that the connection is not secure.

Copy Link

Is it safe to redirect HTTP to HTTPS?

It’s safe and necessary to redirect all your traffic from HTTP to HTTPS. You can force HTTPS via your content management system or by editing the server configuration file with the relevant code for 301 redirects.

Copy Link

How to convert HTTP to HTTPS without an SSL certificate?

You can’t switch from HTTP to HTTPS without an SSL certificate because the SSL cert is the element that encrypts and enables a secure connection. To activate HTTPS, you must install a valid SSL certificate on your website’s server.

Copy Link

Does changing HTTP to HTTPS affect SEO?

Moving from HTTP to HTTPS is mandatory for all websites. It affects SEO if you don’t switch to HTTPS, as browsers will not show your content to visitors. Instead, they will encounter an SSL connection warning. Moreover, if you don’t convert HTTP to HTTPS, your site won’t appear on the search engine results pages, voiding your entire SEO work.

Copy Link

Where are SSL certificates stored in XAMPP?

The SSL directory should contain the Apache folder. For example, you can store the certificates in xamppapachessl. There isn’t a default directory.

Copy Link