> For the complete documentation index, see [llms.txt](https://docs.clouduxe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouduxe.com/ssl/how-to-retrieve-a-csr-from-cpanel.md).

# How to Retrieve a CSR from cPanel

Have you generated a Certificate Signing Request (CSR) from cPanel but lost it? You can retrieve it if you previously generated a CSR. Follow these steps:

* Log in to your **cPanel account**.
* In the **Security** section, click on **SSL/TLS**.
* Under **Certificate Signing Request**, click on **Generate, View or Delete CSR**.

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

* Under **Certificate Signing Requests on Server**, you will see previously generated CSRs.
* Click on **Edit**, located under the Action column.

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

* Copy the CSR code, which is located under **Encoded CSR**. Make sure to copy it from:<br>

  > <mark style="color:blue;background-color:blue;">-----BEGIN CERTIFICATE REQUEST-----</mark>
  >
  > <mark style="color:blue;background-color:blue;">to</mark>
  >
  > <mark style="color:blue;background-color:blue;">-----END CERTIFICATE REQUEST-----</mark>

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

{% hint style="info" %}
Ensure you keep the CSR code safe as it is sensitive information related to your domain.
{% endhint %}


---

# 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://docs.clouduxe.com/ssl/how-to-retrieve-a-csr-from-cpanel.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.
