> For the complete documentation index, see [llms.txt](https://emca.emudhra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emca.emudhra.com/previous-release-versions/v4.2.2/user-manual/ca-administrator/reports/all-certificates.md).

# All Certificates

The **"All Certificates"** reports section allows users to view a table of all the certificates generated by emCA. The table displays the Issued Date, Expiry Date, Certificate Serial No., Common Name, issuer Name, and the Status of each certificate (active, expired, revoked, suspended, or reinstated).

<figure><img src="/files/PJx0vomKaMuD19XWw7Jw" alt=""><figcaption></figcaption></figure>

emCA provides a range of filtering options to simplify certificate searches.

**Search Filters:**

![](/files/O6VrUamYZ2gTsT93kX2Z)

**Serial Number and Common Name:** Users must enter relevant information in the designated field for "Serial Number" or "Common Name" selections.

**Issuer Name:** When the user selects "Issuer Name," they must choose the correct issuer from the dropdown.

**Status:** If the user chooses the "Status" option, they must select the specific status from the dropdown list, which represents the current state of the certificate.

**Subscriber ID:** When searching for a certificate using "Subscriber ID", the user must provide the specific Subscriber ID associated with it.

**Created Date and Expiry Date:** If the user selects "Created Date" or "Expiry Date," they must enter the certificate's creation and expiry dates in "yyyy-mm-dd" format, including the time if needed. This enables accurate date-based searching.

emCA is a user-friendly interface that allows users to filter and locate certificates based on their unique requirements easily.

#### Download

To download the certificate, users should click the "Download" icon under the action column.

#### View

Users should click the "View" icon under the Action column to view the certificate.


---

# 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://emca.emudhra.com/previous-release-versions/v4.2.2/user-manual/ca-administrator/reports/all-certificates.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.
