A certificate's fingerprint is the unique identifier of the certificate. Microsoft Internet Explorer calls it Thumbprint. Although not part of the certificate but rather computed from it, browsers tend to display it as if it were.
A fingerprint is the MD5 digest of the der-encoded Certificate Info, which is an ASN.1 type specified as part of the X.509 specification.
The Certificate Fingerprint is a digest (hash function) of a certificate in x509 binary format. It can be calculated by different algorithms, such as SHA1 for Microsoft Internet Explorer.
To check the fingerprint/thumbprint of a certificate, perform the following steps: