> 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.0.13/user-manual/manage-ca-certificate/enroll/create-ocsp-certificate.md).

# Create OCSP Certificate

&#x20;

Click on Manage CA Certificate ->Enrol on left menu displays below page.

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

Already generated key pair will be displayed. If not then generate new kay pair on click of Generate Key Pair button.

Click on Manage icon in Action column following page will be displayed below figure

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

By default “Certificate” radio button will be selected.

In the Certificate Profile dropdown select the certificate profile which was created for OCSP certificate generation.

Based on the certificate profile, respective Subject DN and SAN fields will be displayed. Enter the details.

On clicking “proceed” button, displays below page .

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

The above page displays the details entered by “Officer” in step 1.

Click on “Edit “button will redirect to first step with filled details.

In the 2nd step officer can verify the data entered and you need click on Authenticate button by entering valid email ID and token PIN.

Click on “Create” button will redirect to next page.

<figure><img src="/files/3whVryOaSNtJDFCTCITC" alt=""><figcaption></figcaption></figure>

Clicking on “Download Certificate” will download .cer in the system.

Clicking on View all will redirect officer to “Manage OCSP Certificates” page.

Clicking on “+New “, will redirect officer to step1 of enrolment where officer should be able to create Root CA, CA certificate. Created certificates will be updated in “Manage OCSP Certificates”.


---

# 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.0.13/user-manual/manage-ca-certificate/enroll/create-ocsp-certificate.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.
