Overview
In this guide, you will learn how to generate a Certificate Signing Request (CSR) using Web Host Manager (WHM).
Generating a CSR is a critical step for requesting and installing an SSL certificate, which secures your server and hosted websites.
What is a CSR?
A Certificate Signing Request (CSR) is a block of encoded text that includes:
- Information about the organization applying for an SSL certificate.
- Details about the domain name that needs to be secured.
The CSR is submitted to a Certificate Authority (CA), which verifies the information and issues an SSL certificate.
Steps to Generate a CSR in WHM
- Log in to your WHM (Web Host Manager) account.
- On the WHM Homepage, click on SSL/TLS.
- In the SSL/TLS Manager, click Generate an SSL Certificate and Signing Request.
- Fill out the CSR Request Form, providing:
- Domain Name (e.g., yourdomain.com)
- City
- State
- Country
- Company Name
- Company Division (optional)
- Email Address
- After completing the form, click Create.
- Once generated, a text box labeled Signing Request will appear.
- Copy all of the generated text, including:
scss
—–BEGIN CERTIFICATE REQUEST—– (encoded text) —–END CERTIFICATE REQUEST—– - Save the CSR securely—you'll need it to apply for your SSL certificate.