How to generate a CSR (Certificate Signing Request) Code?
Before you can activate your SSL certificate, you must generate a CSR code on the server where your website is hosted. This code tells the Certificate Authority (CA) who you are and what domain you want to secure.
Method 1: Generating a CSR in cPanel (Most Common)
If you are using Nixzoehost Web Hosting, cPanel makes this process very simple.
-
Log in to your cPanel.
-
Scroll down to the Security section and click on SSL/TLS.
-
Under the Certificate Signing Requests (CSR) heading, click Generate, view, or delete SSL certificate signing requests.
-
Fill in the form with your details:
-
Key: Select "Generate a new 2,048-bit key."
-
Domains: Enter your full domain (e.g.,
nixzoehost.com). If you have a Wildcard SSL, enter*.nixzoehost.com. -
City/State/Country: Use your full legal location names (no abbreviations).
-
Company: Use your legal business name. If you don't have one, just enter your name or "NA."
-
-
Click Generate.
-
Important: You will see a long block of text starting with
-----BEGIN CERTIFICATE REQUEST-----. Copy this entire block, including the start and end tags. You will need to paste this into your Nixzoehost SSL activation page.
Method 2: Using the Nixzoehost CSR Generator
If you dont have hosting set up yet, or you are using a specialized server, you can use an online generator tool.
-
Go to a trusted CSR Generator tool (we provide one in our SSL management area).
-
Provide the same details mentioned above (Domain, Organization, Location).
-
The tool will give you two things: The CSR and the Private Key.
-
CRITICAL: Save your Private Key in a secure text file on your computer. Nixzoehost does not store this for you. If you lose the Private Key, your SSL will not work, and you will have to start over.
Quick Tips for a Successful CSR
-
No Special Characters: Avoid using symbols like
&,@, or*(except for Wildcard domains) in the Organization or City fields. These can cause the CA to reject your request. -
The "WWW" Rule: If you want to secure
www.yourdomain.com, most CAs will automatically include the "naked" domain (yourdomain.com) as well. However, it is always safest to check your specific SSL certificate's terms. -
Keep it Private: Never share your Private Key with anyone, including Nixzoehost support. We only need the CSR to issue your certificate.