How to Install SSL from Your cPanel Print

  • 2

Securing your website with an SSL certificate is crucial for protecting user data and ensuring a secure connection. This guide will walk you through the steps to install an SSL certificate on your HostOrient-hosted website using the SSL/TLS option in cPanel.

Important: Update Your Nameservers First

Before installing the SSL certificate, make sure your domain’s nameservers are set up according to your hosting location:

  • For BDIX (Bangladesh) Hosting: Use bdns1.raw-server.com and bdns2.raw-server.com.
  • For International Hosting (USA, Germany, Singapore, etc.): Use ns1.raw-server.com and ns2.raw-server.com.

Allow 24-48 hours for DNS propagation after updating the nameservers before proceeding with SSL installation.

Steps to Install SSL via cPanel

Step 1: Log in to cPanel

  1. Open your browser and go to yourdomain.com/cpanel.
  2. Log in using your cPanel username and password.

Step 2: Access the SSL/TLS Manager

  1. In the Security section of the cPanel dashboard, click on SSL/TLS Status.
  2. This page displays the current SSL status for all your domains.

Step 3: Select Domains and Run AutoSSL to Install a Free SSL Certificate

  1. In the SSL/TLS Status page, you’ll see a list of all the domains and subdomains associated with your account.
  2. Select the domains for which you want to install an SSL certificate by checking the boxes next to each domain name.
  3. After selecting the domains, click on Run AutoSSL at the top of the page.
  4. The AutoSSL feature will automatically request and install a free Let’s Encrypt SSL certificate for the selected domains.

Step 4: Verify the SSL Installation

  1. Once AutoSSL completes, a green padlock icon should appear next to your domain names, indicating that SSL has been successfully installed.
  2. Visit your website using https://yourdomain.com to ensure it loads securely. Look for the padlock icon in the browser’s address bar as confirmation.
  3. You can also use an SSL checker tool online to verify the certificate’s validity and correct installation.

Step 5: Ensure Your Site Loads Securely

  1. To ensure all traffic is redirected to the secure HTTPS version of your site, set up a redirect:
    • In cPanel, go to File Manager.
    • Locate and edit the .htaccess file in your website's root directory (public_html).
    • Add the following lines to enforce HTTPS:
      RewriteEngine On
      RewriteCond %{HTTPS} off
      RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    • Save the file and exit.

Conclusion

Installing an SSL certificate using cPanel’s AutoSSL feature is a simple and effective way to secure your HostOrient-hosted website. Remember to select your domains before running AutoSSL, and ensure your nameservers are correctly configured prior to starting the installation. This process will help secure your site and provide a better experience for your visitors.


HostOrient Support
For further assistance, please contact us at support@hostorient.com or visit our support portal.


HostOrient is a subsidiary of Extent Technologies Limited.


Was this answer helpful?

Back