What is a SSL Certificate?

What is a Secure Socket Layer (SSL) Certificate?

SSL Certificates are small data files that digitally bind a cryptographic key to an organization’s details. When installed on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser. Typically, SSL is used to secure credit card transactions, data transfer and logins, and more recently is becoming the norm when securing browsing of social media sites.

SSL Certificates bind together:

  • A domain name, server name or hostname.
  • An organizational identity (i.e. company name) and location.

An organization needs to install the SSL Certificate onto its web server to initiate a secure session with browsers. Once a secure connection is established, all web traffic between the web server and the web browser will be secure.

When a certificate is successfully installed on your server, the application protocol (also known as HTTP) will change to HTTPs, where the ‘S’ stands for ‘secure’. Depending on the type of certificate you purchase and what browser you are surfing the internet on, a browser will show a padlock or green bar in the browser when you visit a website that has an SSL Certificate installed.

How does an SSL Certificate work?


SSL Certificates use something called public key cryptography.

This particular kind of cryptography harnesses the power of two keys which are long strings of randomly generated numbers. One is called a private key and one is called a public key.A public key is known to your server and available in the public domain. It can be used to encrypt any message. If Ivy is sending a message to John she will lock it with Jonh’s public key but the only way it can be decrypted is to unlock it with John’s private key. John is the only one who has his private key so John is the only one who can use this to unlock Ivy’s message. If a hacker intercepts the message before John unlocks it, all they will get is a cryptographic code that they cannot break, even with the power of a computer.

If we look at this in terms of a website, the communication is happening between a website and a server. Your website and server are Ivy and John.

Why do I need an SSL Certificate?

SSL Certificates protect your sensitive information such as credit card information, usernames, passwords etc. It also:

  • Keeps data secure between servers
  • Increases your Google Rankings
  • Builds/Enhances customer trust
  • Improves conversion rates

 



  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install SSL Certificates

INSTALLING A THIRD PARTY SSL CERTIFICATE You can install an SSL certificate from a third-party...

Importance of SSL Certificates

Why Google is Forcing You To Have SSL Certificates on Your Websites Don’t have an SSL...

How to force SSL using .htaccess

How to force SSLSometimes it's necessary to make sure your website’s visitors use the SSL...

IMPORTANCE OF AN SSL CERTIFICATE

What is an SSL certificate?   An SSL(Secure Sockets Layer) certificate is a type of digital...