Knowledge Base
Categories: Windows Web Hosting (Plesk)
How To Generate CSR in Plesk
This article provides step-by-step instructions on how to generate a Certificate Signing Request (CSR) using Plesk for SSL certificate requests.
Generate a CSR in Plesk
Follow these steps to generate a CSR in Plesk:
- Log in to your Plesk.
- Go to Websites & Domains.
- Click the domain that you want to manage to see more options.
- Click the Dashboard tab and go to Security section.
- Click SSL/TLS Certificates.
- In the Download or remove existing certificate section, click on Manage.
- On the next page, click on Add SSL/TLS Certificate.
- Enter the required details:
- Certificate name: Name your certificate to find it later.
- Bits: Select 2048 or as required by your SSL Certificate provider.
- Country: Select the country from the dropdown list.
- State or province: Enter the state or province.
- Location (city): Enter the city where your organization is located.
- Organization name (company): Enter your organization name (or your name for personal use).
- Organization department or division name: Enter the department name (optional).
- Domain name: Enter the fully qualified domain name (e.g., example.com or www.example.com).
- Email: Enter a valid email address.
- Click Request.
Copy your CSR
After generating the CSR, you need to copy it for use during SSL certificate purchase.
- Locate the newly created CSR in the list.
- Click on the certificate name.
- Scroll down to see the CSR.
- Copy the CSR block, including:
-----BEGIN CERTIFICATE REQUEST-----
-----END CERTIFICATE REQUEST-----
The Private Key
The Private Key is automatically generated along with the CSR and stored in your Plesk 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?