Installing, Configuring, and Exploring SSL Options in Domain India Web Hosting Print

  • 0

Introduction

Securing your website with SSL (Secure Sockets Layer) is essential for protecting data and building trust with your visitors. This guide will walk you through the process of installing and configuring SSL certificates in various control panels offered by Domain India, such as cPanel, DirectAdmin, Webuzo, and Plesk Panel. Additionally, we will explore other SSL-related options to enhance your website's security.

1. Installing an SSL Certificate

Detailed instructions for enabling free SSL with Let’s Encrypt can be found here.

1.1 Installing SSL in cPanel

  1. Log in to cPanel:

    • Access your cPanel account through your Domain India client area.
  2. Navigate to SSL/TLS:

    • Under the "Security" section, click on "SSL/TLS."
  3. Install an SSL Certificate:

    • Click on "Manage SSL sites" under "Install and Manage SSL for your site (HTTPS)."
    • Paste the SSL certificate, private key, and CA bundle (if applicable).
    • Click "Install Certificate."

1.2 Installing SSL in DirectAdmin

  1. Log in to DirectAdmin:

    • Access your DirectAdmin control panel through your Domain India client area.
  2. Go to SSL Certificates:

    • Navigate to "Advanced Features" and select "SSL Certificates."
  3. Install an SSL Certificate:

    • Choose "Paste a pre-generated certificate and key."
    • Paste the SSL certificate, private key, and CA bundle.
    • Click "Save."

1.3 Installing SSL in Webuzo

  1. Log in to Webuzo:

    • Access your Webuzo control panel through your Domain India client area.
  2. Navigate to SSL Section:

    • Click on "SSL" under the "Security" section.
  3. Install an SSL Certificate:

    • Paste the SSL certificate, private key, and CA bundle.
    • Click "Install SSL."

1.4 Installing SSL in Plesk Panel

  1. Log in to Plesk:

    • Access your Plesk panel through your Domain India client area.
  2. Go to SSL/TLS Certificates:

    • Under the "Websites & Domains" tab, select "SSL/TLS Certificates."
  3. Install an SSL Certificate:

    • Paste the SSL certificate, private key, and CA bundle.
    • Click "Upload Certificate."

2. Configuring SSL Settings

2.1 Forcing HTTPS Redirection

  • cPanel: Navigate to the "Domains" section, click on "Force HTTPS Redirect," and toggle the switch for the relevant domain.
  • DirectAdmin: Add the following code to your .htaccess file:

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

  • Webuzo: Use the same .htaccess method as above or configure through the Webuzo SSL options.
  • Plesk: Under "Hosting Settings," select "Permanent SEO-safe 301 redirect from HTTP to HTTPS."

2.2 Configuring SSL/TLS Versions and Cipher Suites

  • cPanel: Adjust settings under "SSL/TLS" > "Manage SSL Hosts."
  • DirectAdmin: Edit the httpd.conf file to configure SSL protocols.
  • Webuzo: Navigate to "SSL" > "Advanced SSL" to manage versions and ciphers.
  • Plesk: Under "SSL/TLS Certificates," select "Advanced Settings."

3. Exploring Other SSL Options

3.1 Free SSL Certificates with Let's Encrypt

  • cPanel: Use the "Let's Encrypt" feature in the "SSL/TLS" section.
  • DirectAdmin: Enable Let's Encrypt under "SSL Certificates."
  • Webuzo: Navigate to "SSL" > "Let's Encrypt" to generate a free certificate.
  • Plesk: Use the "Let's Encrypt" extension to install free SSL.

For a detailed guide on enabling free SSL with Let’s Encrypt, please refer to our article How to Enable Free SSL with Let’s Encrypt on Domain India Web Hosting.

3.2 Wildcard SSL Certificates

  • Benefits: Covers all subdomains under a single certificate.
  • Installation: Same as regular SSL but ensure the CSR is generated with a wildcard (e.g., *.example.com).

3.3 Multi-Domain (SAN) Certificates

  • Benefits: Secures multiple domains under one certificate.
  • Installation: Similar process but with multiple domain names listed in the CSR.

Conclusion

Installing and configuring SSL on your website is a critical step in securing your online presence. Whether you choose a standard SSL, Wildcard SSL, or Multi-Domain SSL, understanding how to implement these certificates using Domain India's hosting solutions will ensure your site is secure and trusted by visitors. If you need further assistance, please refer to our Knowledgebase or contact our support team.


Was this answer helpful?

« Back