# Search

The CA Administrator can search for all types of user certificates, including individual, device, code signing, and document signer certificates, etc. This can be done in any non-CA and non-role owner certificate group within the emCA database.

<figure><img src="/files/8ub6ORAGxuvAaC4bnPzM" alt=""><figcaption><p>Search User certificates screen</p></figcaption></figure>

Select a search criteria from the dropdown box on the left. The following search criteria are available:

* **Serial Number**     – the serial number of the user certificate
* **Common Name**   – the common name (CN) of the user certificate
* &#x20;**Issuer Name**       – the CN of the issuer (= CA) of the user certificate
* **Status**              – the state of the certificate
* **Subscriber ID** – the subscriber ID used to create the user certificate

<figure><img src="/files/v6UYpOe1dBZtayDHPzKa" alt=""><figcaption><p>Search by dropdown </p></figcaption></figure>

To search for information, you can enter the search value in the appropriate field, except for **"Issuer Name"** and **"Status".**&#x20;

In the case of **"Issuer Name",** you will need to select from a dropdown box containing a list of existing CA names.

&#x20;For **"Status",** the right field will display a dropdown box with different options to select from.

<figure><img src="/files/BaQLTGdqZDQ21vwkfAF1" alt=""><figcaption><p>Search For dropdown screen</p></figcaption></figure>

Click **"Search"** after inserting search value or selecting the status filter to find matching user certificates. An example of a specific filter is shown below

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

Each entry in the table **“Certificate Details”** represents one user certificate.

**View Certificate:** To access user certificate details, simply click on the **"View"** icon.

**Download:** Click on the **"Download"** icon to download the certificate as: &#x20;

* DER-encoded X.509 certificate (.cer)
* Base64-encoded X.509 certificate (.cer)
* Cryptographic Message Syntax Standard PKCS#7 certificate (.p7b)

Select your preferred export format and click **"Download"** to start downloading your user certificate to the standard OS location.

In case there are too many search results to fit on one page, you can navigate through the pages by using the pagination feature located at the bottom of the table.

Simply click on the "**Reset"** button located in the top-right corner of the UI to clear the search filter.


---

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