Digital Certificates are a standard of security for establishing an encrypted link
between a server and a client. This is generally between a mail server
or a webserver that protects data in transitions by encrypting them. A
Digital Certificate is also a Digital ID or a passport which is issued
by a Third-party authority, which verifies the identity of the server’s
owner.
For example, the following screenshot shows the eBay public certificate.
For example, the following screenshot shows the eBay public certificate.
Components of a digital certificate
All these components can be found in the certificate details −- Serial Number − Used to uniquely identify the certificate.
- Subject − The person or entity identified.
- Signature Algorithm − The algorithm used to create the signature.
- Signature − The actual signature to verify that it came from the issuer.
- Issuer − The entity that verified the information and issued the certificate.
- Valid-From − The date a certificate is first valid from.
- Valid-To − The expiration date.
- Key-Usage − Purpose of the public key (e.g. encipherment, signature, certificate signing...).
- Public Key − The public key.
- Thumbprint Algorithm − The algorithm used to hash the public key certificate.
- Thumbprint − The hash itself, used as an abbreviated form of the public key certificate.
Types of Validations
There are three types of validations, which are as follows −- Domain validation SSL Certificate.
- Organization Validated SSL Certificates.
- Extended Validation SSL Certificates.
No comments:
Post a Comment