> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/operations/dashboards-and-reports/recall/recall-certificate-expiry-dashboard.md).

# Recall certificate expiry dashboard

Recall currently tracks all certificates used in your network by extracting metadata from all network traffic. This is currently exposed in the metadata\_x509\* index in Recall, and this Dashboard leverages that data.

The dashboard contains 3 key metrics, showing the number of your certificates which are set to expire over the next 7, 30 and 60 days

Below this, we show 2 Data tables. The fields in these data tables are:

* **Expiry Date** - The date on which a given certificate will stop being valid.
* **Certificate Subject** - The information stored in this certificate, always including the domains it is valid on, and sometime including organisation information
* **Server** - The server on which this certificate was hosted, if the certificate is hosted on multiple servers, then each server will have its own row in the data table.
* **Clients** - The number of unique hosts that have accessed this certificate
* **Hits** - The total number of uses of this certificate across all clients.

The left table orders expiring certificates by date.

The right table shows the most used certificates that expire in the next 30 days.

By default, the dashboard will only show externally facing certificates, but this can easily be switched by disabling the **local\_orig:false** filter pill in the top left corner. It is not possible to disable this pill by default.

This dashboard is available by pivoting to Cognito Recall, click on "Dashboards" on the left hand side, and clicking on “Certificate Expiry Dashboard”.

![](/files/mAqFjJgMXLQdTD1alfSF)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vectra.ai/operations/dashboards-and-reports/recall/recall-certificate-expiry-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
