---
title: "What is SSL certificate?"  
description: "What is SSL certificate?"  
author: "Ravi Vishwakarma"  
published: 2021-07-05  
canonical: https://answers.mindstick.com/qa/93692/what-is-ssl-certificate  
category: "web application"  
tags: ["web servers", "web programming", "web application development"]  
reading_time: 1 minute  

---

# What is SSL certificate?

What is [SSL certificate](https://www.mindstick.com/articles/279933/what-is-an-ssl-certificate-and-what-is-its-purpose)? What are the [roles](https://www.mindstick.com/articles/1366/membership-roles-user-profile-in-asp-dot-net) and need of SSL certificate on [website](https://www.mindstick.com/articles/12445/5-ways-to-make-your-website-more-professional)?

## Answers

### Answer by Shivam Prajapati

An **[SSL](https://www.mindstick.com/forum/743/ssl-or-tls) (Secure Sockets Layer)** [certificate](https://www.mindstick.com/blog/122/viewing-client-certificate) is a digital certificate that authenticates the identity of a website and encrypts information sent to the server using SSL technology. Encryption is the process of encoded data into an unreadable format that can only be returned to a readable format with the proper decryption key. An SSL certificates include: 1.) The domain name that the certificate was issued for 2.) Which person, organization, or device it was issued to 3.) Which certificate authority issued it 4.) The certificate authority's digital signature 5.) Associated subdomains 6.) Issue date of the certificate 7.) Expiration date of the certificate 8.) The public key (the private key is kept secret) The public and private keys used for SSL are essentially long strings of characters used for encrypting and decrypting data. Data encrypted with the public key can only be decrypted with the private key, and vice versa.


---

Original Source: https://answers.mindstick.com/qa/93692/what-is-ssl-certificate

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
