Knowledge Base
Categories: Linux Web Hosting (cPanel)
How To Generate CSR in cPanel
This article provides step-by-step instructions on how to generate a Certificate Signing Request (CSR) using cPanel for SSL certificate requests.
Generate a CSR in cPanel
Follow these steps to generate a CSR in cPanel:
- Log in to your cPanel.
- Go to Security section.
- Click on SSL/TLS.
- On the right side, click Generate, view, or delete SSL certificate signing requests.
- Enter the required details:
- Key: Select RSA, 2,048-bit.
- Domain: Enter the fully qualified domain name (e.g., example.com or www.example.com).
- City: Enter the city where your organization is located.
- State: Enter the state or province.
- Country: Select the country from the dropdown list.
- Company: Enter your organization name (or your name for personal use).
- Company Division: Enter the department name (optional).
- Email: Enter a valid email address.
- Passphrase: Optional. Leave blank unless required.
- Description: Optional.
- Click Generate.
Copy your CSR
After generating the CSR, you need to copy it for use during SSL certificate purchase.
- Copy the Encoded version of your CSR.
- Copy the entire CSR block, including:
-----BEGIN CERTIFICATE REQUEST-----
-----END CERTIFICATE REQUEST-----
If you need to check your CSR and Private Key later, just follow these steps:
- In your cPanel, go to Security > SSL/TLS.
- Click Generate, view, or delete SSL certificate signing requests.
- In the Certificate Signing Requests on Server section, locate your CSR.
- Click on Edit.
The private key
The private key is automatically generated along with the CSR and stored in your cPanel account.
- The private key must be kept secure and must not be shared with anyone.
- Do not delete the private key, as it is required for SSL certificate installation.
- If the private key is lost or removed, you must generate a new CSR and request reissuance of the SSL certificate.
Did you find this article helpful?