What is an SSL Certificate And How It Works
Posted By : Ankit Rai | 23-Apr-2021
SSL Certificate
What are SSL Certificates?
SSL stands for Secure Socket Layer. Also popularly known as TLS (Transport Layer Security), SSL Certificates are small data files that bind with any organization's details. Once it is installed on a web server (e.g. Apache, Nginx ). It activates the padlock and also the HTTPS protocol and allows secure connections from a web server to a web browser(e.g Firefox, chrome). Generally, we use SSL to secure payment-related transactions, data transfer, and logins.
SSL Certificates bind together:
- A domain name, server name, or hostname.
- Organizational identity and location.
To initiate a secure session with browsers, organizations need to install the SSL Certificate onto their web server. Once the secure connection is established, all the web traffic between the server to the browser will be secure.
When the certificate is completely installed on your server, the application protocol (also known as HTTP ) will be change to HTTPS, where s stands for secure. You will also saw the padlock in your web browser.
Why SSL?
The primary reason for using SSL is SSL keeps sensitive information sent across the internet in encrypted form so that only the intended receiver can access the information. This is important because when in a network your system communicates with another system then some other system (hacker, unauthorized user) can saw your sensitive information like payment details if it is not encrypted with SSL. When an SSL certificate used the information is unreadable to everyone except for those you are sending information to.
Types of SSL Certificates:
Types of SSL Certificates can be further classified on :
- Validation level
- Number of secured domains/subdomains
Validation level:
- Extended Validation (EV)
- Organization Validated (OV)
- Domain Validated (DV)
The number of secured domains:
- Wildcard SSL
- Multi-Domain SSL
- Unified Communications
How SSL work:
SSL basically works with both concepts:
- Asymmetric Cryptography (Public + Private Key)
- Symmetric Cryptography (Single key)
Cookies are important to the proper functioning of a site. To improve your experience, we use cookies to remember log-in details and provide secure log-in, collect statistics to optimize site functionality, and deliver content tailored to your interests. Click Agree and Proceed to accept cookies and go directly to the site or click on View Cookie Settings to see detailed descriptions of the types of cookies and choose whether to accept certain cookies while on the site.
About Author
Ankit Rai
He is a dynamic Devops Engineer having good knowledge of AWS, Jenkins, Python, GIT, BASH, Docker, and Cloud Security