# Finding the certificate thumbprint

To find the certhash, you need to find the certificate's thumbprint which can be found using either of the following:

* The IIS Certificate Manager
* The Windows Certificate Storage Manager

## Using IIS to get the certificate thumbprint

If IIS is installed, then this is the easier option. From here you can easily see all installed certificates. The UI for IIS 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**:

![](https://content.gitbook.com/content/SdKKJqJhW8GvhMBmgTTJ/blobs/qoDl8oT6JaODIQusRdsA/Certs-CertificatesinIIS.jpg)

You can see the certificate hash (thumbprint) in the "Certificate Hash" column. Double-click to open the certificate and under the **Details** tab, look for the **Thumbprint** property which contains the hash. This can be copied using CTRL-C.

<div align="center"><img src="https://content.gitbook.com/content/SdKKJqJhW8GvhMBmgTTJ/blobs/hWZOt01TGxpDltaJPenm/Certs-CertificateThumbprint.jpg" alt=""></div>

## Using the local certificate store to get the certificate thumbprint

1. Open the local machine certificate snap-in by entering the command: **certlm.msc**.
2. Expand the **Personal** - **Certificates** folder and locate the certificate.&#x20;
3. Double-click to open the certificate and at the **Details** tab, look for the **Thumbprint** property which contains the hash. <br>

   ![](https://content.gitbook.com/content/SdKKJqJhW8GvhMBmgTTJ/blobs/hWZOt01TGxpDltaJPenm/Certs-CertificateThumbprint.jpg)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/stifler/configuration/securing-stifler-operations-with-ssl/finding-the-certhash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
