> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-mp-guide/infrastructure/certificates/generate-a-certificate-signing-request-csr.md).

# Generate a certificate signing request (CSR)

To generate a CSR:

1. Navigate to **Infrastructure** > **Certificates**.
2. Choose **Add** > **Generate** a certificate request from the ellipsis menu and specify the required information. The information is exactly the same as described in [**Generate a self-signed certificate**](/landing/ras-mp-guide/infrastructure/certificates/generate-a-self-signed-certificate.md).
3. After entering the information, click **Generate**. The certificate information view will open.
4. Click **Certificate Request** in the middle pane to view the request data. Copy and paste it into a text editor and save the file for your records. This view also also allows you to import a public key at this time. You can submit the request to a certificate authority now, obtain the public key, and import it without closing the view, or you can do it later.

To submit the request to a certificate authority and import a public key:

1. If the certificate request view is closed, open it (click the request in the main list and click **Certificate Request**).
2. Copy the request and paste it into the certificate authority web page (or email it, in which case you will need to come back to this view later).
3. Obtain the certificate file from the certificate authority.
4. Click the **Import public key** button and finalize the certificate registration by specifying the key file and the certificate file.


---

# 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://docs.parallels.com/landing/ras-mp-guide/infrastructure/certificates/generate-a-certificate-signing-request-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.
