> 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.1/user-manual/manage-ca-certificate/enroll/generate-signing-csr.md).

# Generate Signing CSR

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

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

Already generated key pair will be displayed. If not then generate a new key pair by clicking on Generate Key Pair button.

Click on the Manage icon in the Action column the following page will be displayed.

<figure><img src="/files/82Z4SVTyOZoVZqglmjAD" alt=""><figcaption></figcaption></figure>

By default “Certificate” radio button will be selected. Please change the option to “CSR”

Enter the common name which is a mandatory field

Optional: Subject DN (email, Organisation, etc.) can be added by selecting from the dropdown and clicking on the + button

Optional: Customize OID will add subject DN where the user can add a distinguished name by entering OID and value

Optional: SAN details - The subject alternative names extension allows additional identities to be bound to the subject of the certificate. It may include an email address, a DNS name, an IP address, and a uniform resource identifier (URI)   &#x20;

Optional: Subject DA - Add Subject DA OID and the relevant value using the option ‘+’

Click on the “Proceed button”.

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

This page will display the details entered by you in step 1.

Click on the “Edit “button will redirect to the first step with filled details, Officer can edit the data by clicking on the “Proceed” button.

In the 2nd step, the officer can verify the data entered. Sign and Authenticate with a valid email ID and token PIN.

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

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

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

Clicking on View All will redirect the officer to the “CA certificate” page

Clicking on “+ New” will redirect the officer to step 1 of enrollment where the officer will be able to create a certificate (CA, OCP) and create CSR. Created certificates will be updated in “CA certificate” with status as pending.


---

# 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.1/user-manual/manage-ca-certificate/enroll/generate-signing-csr.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.
