Web Hosting Knowledge Base Web Hosting Knowledge Base
  • Home
Get Started
Web Hosting Knowledge Base Web Hosting Knowledge Base
Get Started
Web Hosting Knowledge Base Web Hosting Knowledge Base
  • Home
loading
  1. Home
  2. Security
  3. An introduction to SSL
Updated on June 23, 2024

Security

  • Folder icon closed Folder open iconWhat is KernelCare?
  • Folder icon closed Folder open iconHow to help prevent spam in cPanel
  • Folder icon closed Folder open iconHow To Prevent Outgoing Email From Being Marked As Spam
  • Folder icon closed Folder open iconHow To Secure Your WordPress Site
  • Folder icon closed Folder open iconAn introduction to SSL
  • Folder icon closed Folder open iconHow to install a third-party SSL certificate
  • Folder icon closed Folder open iconHow to install an Organization Verified SSL certificate
  • Folder icon closed Folder open iconHow to install a Domain Verified SSL certificate
  • Folder icon closed Folder open iconHow to renew an SSL certificate
  • Folder icon closed Folder open iconHow to redirect visitors to SSL connections
  • Folder icon closed Folder open iconHow to use www and non-www domains with an SSL certificate
  • Folder icon closed Folder open iconHow To Find SSL Certificate Fingerprints
  • Folder icon closed Folder open iconHow to generate a private key and CSR from the command line
  • Folder icon closed Folder open iconHow to fix mixing of secure and insecure content on a web page
  • Folder icon closed Folder open iconHow to install an SSL certificate site seal
  • Folder icon closed Folder open iconSSL certificates and Server Name Indication (SNI) support
  • Folder icon closed Folder open iconHow to determine the OpenSSL version
  • Folder icon closed Folder open iconHow to secure an unmanaged server with a Let's Encrypt SSL certificate
  • Folder icon closed Folder open iconDifferences between Let's Encrypt certificates and traditional CA-issued certificates
  • Folder icon closed Folder open iconHow to manage HTTP Strict Transport Security (HSTS) for your site
  • Folder icon closed Folder open iconHow to install a self-signed SSL certificate
  • Folder icon closed Folder open iconDifferences between a cPanel certificate and a traditional CA-issued certificate
  • Folder icon closed Folder open iconWhere are SSL certificates from DigiCert, Sectigo, and cPanel banned?
  • Folder icon closed Folder open iconWhere are Comodo SSL certificates banned?
  • Folder icon closed Folder open iconPerpetual Security information
  • Folder icon closed Folder open iconHow to secure an unmanaged server
  • Folder icon closed Folder open iconHow to repair and secure a hacked site
  • Folder icon closed Folder open iconHow to help prevent spam
  • Folder icon closed Folder open iconHow to create a strong password
  • Folder icon closed Folder open iconHow to install server updates
  • Folder icon closed Folder open iconHow to harden a server with fail2ban
  • Folder icon closed Folder open iconHow to fix the Heartbleed vulnerability on unmanaged servers
  • Folder icon closed Folder open iconUnderstanding software vulnerabilities and protecting your account
  • Folder icon closed Folder open iconHow to protect yourself from email phishing scam attempts
  • Folder icon closed Folder open iconHow to generate Google reCAPTCHA keys for site security
  • Folder icon closed Folder open iconTLS and cipher suites update for December 2019
  • Folder icon closed Folder open iconHow to request Google to review hacked sites and remove Deceptive Site Ahead’ warning
  • Folder icon closed Folder open iconWhat is email spoofing?
  • Folder icon closed Folder open iconMigrations and legacy e-mail client applications
  • Folder icon closed Folder open iconSecure Sockets Layer (SSL) information
    • SSL/TLS certificate validity periods
    • How to generate a purchased SSL certificate for an unmanaged hosting account

An introduction to SSL

Estimated reading: 9 minutes 252 views

Essential SSL fundamentals are introduced in this essay. The background knowledge required to setup SSL certificates on your website is provided by this article.

Table of Contents

What is SSL?

Does my web site need an SSL certificate?

How do I obtain an SSL certificate?

More Information

SSL certificate options for your websites

SSL certificate brands

SSL certificate features

What is SSL?

SSL (Secure Sockets Layer) enhances a web site’s security by providing two important features: encryption and authentication.

  • Encryption means that the data sent between your web site and users is unreadable by others. When a user accesses your site using an SSL connnection (URLs that begin with https://), the web server and web browser exchange encrypted information. Contrast this with unencrypted web transactions, which are transmitted as plaintext and subject to eavesdropping.
  • Authentication means visitors can trust that you actually are who you claim to be. When users access your site using an SSL connection, they can be confident that they are seeing your site, and not an impostor’s. Whereas encryption helps protect data, authentication helps prove your identity to others.

When users visit an SSL-enabled site, most web browsers display a lock icon (usually in the address bar). To enable SSL for your own web site, you must obtain and install a certificate.

Does my web site need an SSL certificate?

If your web site handles personal data or any kind of payment-related information, you need an SSL certificate. Additionally, if your web site contains login forms where users log in with a username and password, you should protect their information with SSL. This helps prevent malicious actors from eavesdropping and stealing login credentials.

Most Hostvento Hosting servers support Server Name Indication (SNI), which means SSL certificates do not require a dedicated IP address to work correctly. However, to ensure complete compatibility, you should consider purchasing a dedicated IP address. For more information about SNI support at Hostvento Hosting.

How do I obtain an SSL certificate?

There are several ways you can obtain an SSL certificate for your web site:

  • You can order an SSL certificate from Hostvento Hosting. With this method, you first order an SSL certificate on the Hostvento Hosting web site. Next, you provide basic information (domain, name, address, and so on) that is used to generate the SSL certificate. You then receive an e-mail message that contains the SSL certificate you install on your web site.
    For information about how to install an SSL certificate from Hostvento Hosting, please see the Related Articles section. Please note that it may take a day or two to process an order and generate the SSL certificate.
  • You can use a cPanel SSL certificate. Using an SSL certificate from a recognized Certificate Authority is recommended for best results when enabling SSL. cPanel SSL certificates are free and automated, and use a certificate authority (CA) that is recognized by most modern browsers. cPanel SSL is supported for almost all new Hostvento Hosting accounts and certificates can even be generated automatically for immediate use. For more information about cPanel SSL certificates, please see the Related Articles section.
  • You can order an SSL certificate from a third-party provider (such as VeriSign, Thawte, or others). To obtain an SSL certificate from a third-party provider, you must first create a Certificate Signing Request (CSR). The provider uses the CSR to generate the certificate. After you receive the SSL certificate from the provider, you can install it on your web site.
    For information about how to install an SSL certificate from a third-party provider, please see this article.Please note that it may take a day or two to process an order and generate the SSL certificate.
  • A self-signed certificate is acceptable. Your website can offer encryption with a self-signed certificate, but it cannot give any authentication at all. (This is because the certificate was signed by you, not a Certificate Authority.) As a result, when visitors attempt to access secure portions of your website, their browsers display warning messages. Self-signed certificates belong in the testing and development domains only. They are not appropriate for usage in production settings.
  • Please refer to this article for instructions on installing a self-signed SSL certificate.
  • A self-signed certificate is acceptable. Your website can offer encryption with a self-signed certificate, but it cannot give any authentication at all. (This is because the certificate was signed by you, not a Certificate Authority.) As a result, when visitors attempt to access secure portions of your website, their browsers display warning messages. Self-signed certificates belong in the testing and development domains only. They are not appropriate for usage in production settings.
  • Please refer to this article for instructions on installing a self-signed SSL certificate.
  • A self-signed certificate is acceptable. Your website can offer encryption with a self-signed certificate, but it cannot give any authentication at all. (This is because the certificate was signed by you, not a Certificate Authority.) As a result, when visitors attempt to access secure portions of your website, their browsers display warning messages. Self-signed certificates belong in the testing and development domains only. They are not appropriate for usage in production settings. Please refer to this article for instructions on installing a self-signed SSL certificate.
  • A self-signed certificate is acceptable. Your website can offer encryption with a self-signed certificate, but it cannot give any authentication at all. (This is because the certificate was signed by you, not a Certificate Authority.) As a result, when visitors attempt to access secure portions of your website, their browsers display warning messages. Self-signed certificates belong in the testing and development domains only. They are not appropriate for usage in production settings.
  • Please refer to this article for instructions on installing a self-signed SSL certificate.

More Information

SSL certificate options for your websites

Just as there are a number of different types of websites, there are a number of different types of SSL certificates as well. Here is a breakdown of the different types of SSL certificates available. You’re sure to find a solution that fits your specifics needs.

  • Free SSL Certificates – There are free SSL Certificates options that help enhance the security of your website and increase the trust from your visitors. The benefits of these certificates include an easy setup as well as automated protection. While free protection is great, there are a few drawbacks including minimal features (learn about additional SSL features below) and the lack of a warranty.
  • Single Site SSL Certificate – Advantages of a Single Site SSL compared to a free SSL include warranties, domain validation and site seals to display on your website.
  • Premium SSL Certificates – Premium SSL Certificates are great for eCommerce and online business. In addition to dynamic site seals, Premium SSL Certificates also feature full business verification. These certificates help build trust with its visitors. Business verified SSLs allow end users to verify the company name, company address and the phone for the site they’re visiting.
  • Wildcard SSL Certificates – Wildcard SSLs are extremely popular because they allow sites to protect an unlimited number of subdomains. This money saving solution means that site owners do not have to purchase an individual SSL Certificate for each subdomain that they have.
  • Advanced SSL Certificates – This is the ultimate SSL Certificate option featuring all the best features including a dynamic site seal, full business verification and extended validation (EV). EV offers the highest level of trust because the browser bar on your visitors’ browsers turn green when they visit your site. This makes it clear visually that your site is SSL-protected.
SSL certificate brands

In addition to multiple types of SSL Certificates options that are available, each one is offered by a number of reputable brands. Some of the most popular and reputable brands that issue SSL Certificates include:

  • GeoTrust – The digital certificate provider who is owned by the software solutions provider Broadcom. Since its launch in 2001, GeoTrust has been a leading provider of SSL Certificates
  • RapidSSL – RapidSSL is a staple of the SSL Certificate industry. RapidSSL offers a number of secure and affordable website protection options.
  • Sectigo – Formerly known as Comodo before its acquisition in 2017, Sectigo is one of the market leaders in SSL Certificates. Sectigo has you covered whether you need a Wildcard SSL, Organization Validated SSL, Domain Validated SSL or a number of different options.
  • Symantec – A worldwide leading provider of affordable SSL Certificates, including those with EV protection.
SSL certificate features

What are the key features of an SSL certificate? Here is a breakdown of some of the most common terms and features you’ll run across when choosing your SSL certificate:

  • Warranty – Covers any costs or damages associated with a failure or mis-issuance of the SSL.
  • Site Seals – Site seals come in two varieties; static and dynamic. Static seals are essentially an image that communicates that the website is secure. A dynamic site seal, on the other hand, can be clicked on and communicates important security details to your website visitor.
  • Domain Validation – SSL Certificates that are issued only after the SSL applicant has proven ownership of the domain name.
  • Organization Validation – The SSL is issued once the organization has gone through a more thorough vetting process including business identity and physical address.

Still stuck? How can we help?

How can we help?

Was this page helpful? Yes No

Share this Doc

An introduction to SSL

Or copy link

Clipboard Icon
CONTENTS
Leaf Illustration

© 2023 All Rights Reserved by Hostvento