Digital certificate is nothing but a digital document used for authentication purposes.

CATEGORIES OF DIGITAL CERTIFICATE

  1. ROOT CERTIFICATE = It is a digital certificate of the certificate authority itself. It includes public key of the CA and installed by default into most of web browsers.
  2. IDENTITY CERTIFICATE = Digital certificate of a non-CA entity ( i.e. webserver , VPN endpoint , ect )

By verifying the “ Digital Signature “ in the certificate we can be able to know that the identity certificate we received was really generated by a trusted certificate authority.

DIGITAL CERTIFICATE WORKING PRINCIPLE :

Untitled

So if the locally derived digest = decrypted digest then you know this certificate must have been encrypted by the certificate authority ( whom you trust ).