Knowledgebase

How to Install and Configure SSL Certificates on Your Website

SSL certificates are an essential part of website security, as they encrypt data transmitted between a website and its visitors. At Uniquehosting.com, we offer a free SSL certificate with all hosting plans, which makes it easy to secure your website. In this article, we'll walk you through the process of installing and configuring an SSL certificate on your website using Uniquehosting.com's cPanel.

### Step 1: Log in to Your cPanel Account

To get started, log in to your Uniquehosting.com cPanel account. You can do this by visiting your website's cPanel login page (usually https://yourdomain.com/cpanel) and entering your cPanel username and password.

### Step 2: Generate a Free SSL Certificate

As mentioned, Uniquehosting.com offers a free SSL certificate with all hosting plans. To generate your free SSL certificate, follow these steps:

1. In your cPanel dashboard, navigate to the Security section and click on the "SSL/TLS Status" icon.
2. On the SSL/TLS Status page, click on the "Run AutoSSL" button. This will automatically generate a free SSL certificate for your domain.
3. Once the certificate is generated, you will receive an email confirmation.

### Step 3: Install the SSL Certificate

Once your free SSL certificate is generated, you'll need to install it on your website. To do this, follow these steps:

1. In your cPanel dashboard, navigate to the Security section and click on the "SSL/TLS Status" icon.
2. On the SSL/TLS Status page, you should see your free SSL certificate listed. Click on the "Manage" button next to the certificate.
3. On the SSL/TLS Manager page, click on the "Install Certificate" button to install the certificate on your website.

### Step 4: Configure Your Website to Use SSL

Once the SSL certificate is installed, you'll need to configure your website to use it. To do this, follow these steps:

1. In your cPanel dashboard, navigate to the Files section and click on the "File Manager" icon.
2. Navigate to the public_html directory (or the directory where your website files are located).
3. Look for the .htaccess file and click on it to edit it.
4. Add the following lines to the .htaccess file:

```
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
```

5. Save the changes to the .htaccess file.

This will force your website to use HTTPS (SSL) for all connections.

### Conclusion

Installing and configuring an SSL certificate on your website is an important step in securing your website and protecting your visitors' data. With Uniquehosting.com's free SSL certificate, it's easy to get started. By following the steps outlined in this article, you can install and configure an SSL certificate on your website using cPanel, and take advantage of the free SSL certificate offered with all hosting plans.

Was this answer helpful?

0 Users Found This Useful