How to Manually Install an SSL Certificate
What is an SSL certificate?
An SSL certificate makes sure that data between your website and its visitors is sent securely. You can recognize a secured site by the padlock in the address bar and the use of https:// instead of http://.
Why is SSL important?
-
Security: Sensitive information (such as passwords) is sent encrypted.
-
Trust: Visitors can see that your website is secure.
-
Google ranking: SSL is a positive SEO factor.
1. Requesting an SSL certificate from, for example, Sectigo, Comodo or Xolphin.
In cPanel
-
Log in to your cPanel account.
-
Go to SSL/TLS > Certificate Signing Requests (CSR).
-
Fill in the form:
-
Domain name: for example yourwebsite.nl
-
City / State / Country
-
Company name (may be fictitious if you don't have a company)
-
-
Click Generate. Copy the generated CSR (including the BEGIN/END lines).
In DirectAdmin
-
Log in to your DirectAdmin account.
-
Go to SSL Certificates > choose Create A Certificate Request.
-
Enter your details as described above.
-
Click Save and copy the CSR.
Use this CSR to request your SSL certificate from an external provider (such as Sectigo or Comodo).
After approval you usually receive the following files:
-
certificaat.crt -
private.key(you keep this yourself when generating the CSR) -
ca-bundle.crt(sometimes optional)
2. Installing the SSL certificate
In cPanel
-
Go to SSL/TLS > Manage SSL sites.
-
Scroll down and choose your domain name.
-
Paste the contents of the files into the correct fields:
-
Certificate (CRT) →
certificaat.crt -
Private Key (KEY) →
private.key -
Certificate Authority Bundle (CABUNDLE) →
ca-bundle.crt(if included)
-
-
Click Install Certificate.
In DirectAdmin
-
Go to SSL Certificates.
-
Choose Paste a pre-generated certificate and key.
-
Paste:
-
First
certificaat.crt -
Then
private.key
-
-
Click Save.
-
For
ca-bundle.crt: click CA Root Certificate at the bottom and paste it in there. -
Click Save again.
3. Does it work?
-
Visit your site via https://yourdomain.nl.
-
Check whether there is a padlock in the address bar.
-
Test with SSL Labs to be sure.
Sometimes your browser may still show a warning because of the cache or DNS propagation. Wait a few minutes or clear your cache.
4. Common errors & solutions
-
Still “Not secure”?
-
Your certificate may not have been installed correctly.
-
Check that you used the correct
.crt,.keyand.ca-bundle.
-
-
Browser keeps showing an error?
-
Clear your browser cache or try it in incognito mode.
-
Can't figure it out? Feel free to contact us!
FAQ
What is the difference between free and paid SSL?
Free SSL (such as Let’s Encrypt) is fine for standard websites. Paid certificates provide extra validation and sometimes warranties (e.g. EV SSL with the company name in the browser).
How long is a certificate valid?
Usually 1 year. Don't forget to renew it on time!
Can I use the same certificate on multiple domains?
Yes, if you have a multi-domain (SAN) or wildcard certificate.
0 van 0 vonden dit nuttig