Finding the Certificate Thumbprint
Last updated
Last updated
To find the certhash, you need to find the certificate's ThumbPrint which can be found in a couple of ways using either of the following:
The IIS Certificate Manager
The Windows Certificate Storage Manager
If IIS is installed, then this is the easier option. From here you can easily see all installed certificates. The UI is also the easiest way to create local self-signed certificates.
To look up an existing certificate, simply bring up the IIS Management console (InetMgr.exe), select the Computer Name, and select Server Certificates:
You can see the certificate hash (thumbprint) in the "Certificate Hash" column. Double-click to open the certificate and at the Details tab, look for the thumbprint property which contains the hash. This can be copied using CTRL-C.
Open the local machine certificate snap-in by entering the command: certlm.msc.
Expand the Personal - Certificates folder and locate the certificate.
Double-click to open the certificate and at the Details tab, look for the thumbprint property which contains the hash.