How to find the thumbprint/serial number of a certificate?
Please be aware this article assumes you have access to: the CRT file, the certificate via IIS, Internet Explorer (IE), Microsoft Management Console (MMC), Firefox or OpenSSL.
Option #1: Windows (MMC, IE, IIS)
IIS 5.x & 6.x:Right-Click
website ->
Left-Click
Properties -> Directory Security -> View Certificate
MMC (Microsoft Management Console):
File -> Add/Remove Snap-in -> Certificates -> Add -> Close -> Expand (Click '+' Sign) Certificates - Local Computer -> Personal -> Certificates ->
Double-Click
on a certificate to
open
or
right-click
on the certificate and left click on
Open
.
Internet Explorer:
Tools -> Internet Options -> Content -> Certificates
Option #2: Firefox
Firefox 3 (Digital ID/Code Signing):
Enter Mozilla Certificate Manager
Enter Mozilla Certificate Viewer
Firefox 3 (SSL Certificate):
Enter Mozilla Certificate Viewer
If the favorite icon/address bar is not present:
Enter Mozilla Certificate Viewer
Mozilla Certificate Viewer
Note:
The thumbprint of a certificate in Mozilla is considered the SHA1 Fingerprint.
Option #3: OpenSSL
Note: Please replace CERTIFICATE_FILE with the actual file name of the certificate.
More information on OpenSSL's x509 command can be found here.