> 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.4/user-manual/ca-administrator/view-ca-hierachy.md).

# View CA Hierachy

CA Hierarchy deals with the display a hierarchical view of Certificates (Root, CA, and Sub CA certificates). CA Hierarchy defines the certificate chain and by clicking on a particular certificate; certificate details can be viewed and exported. The user can also know by looking at the hierarchical view whether for a given CA Certificate the private key is available or not.

* To access the CA Hierarchy menu, navigate to the dashboard page and click on the option available on the left panel.
* You will be taken to the CA Hierarchy page. Please refer to the figure below for guidance.
* By clicking on a particular CA certificate, the CA Administrator can view certificate details and export certificates.

<figure><img src="/files/zNU13IwfZFOxfNDVqwzc" alt=""><figcaption><p>CA Hierarchy Screen</p></figcaption></figure>

For larger sets of CAs, there is also a Search field located above the CA hierarchy. The Search field filters for matching CA names depending on the user input.

By clicking Export on the right side of the detail view, the user can export the CA certificate as

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


---

# 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:

```
GET https://emca.emudhra.com/previous-release-versions/v4.2.4/user-manual/ca-administrator/view-ca-hierachy.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.
