After you finish purchasing the SSL certificate here: https://hostilica.com/ssl-certificates/.
- Open "My Services" button from the client area main navigation, or click here
- Select the SSL certificate you just purchased now
- To activate the SSL certificate, click on the "Configure Now" button from the left menu
- Choose the Web Server Type (cPanel/WHM) if your web hosting with HOSTILICA, otherwise select your own Web Server Type
- Keep you client area open and open a new tab then login to your cPanel
- Search for "SSL/TLS" and select the 2nd choice "Certificate Signing Requests (CSR)" to generate the code
- Choose Key (Generate a new 2,048 bit key.) then fill up the Domain, City, State, Country, Company and Email
- The system will generate the CSR and Private Key. Please copy "Encoded Certificate Signing Request (CSR)" and "Encoded Key (Private Key)" to a safe place
- Go back to the client area and use the CSR code you just generated at CSR field and fill up the other fields
- Select the approver email and validate the link sent to your "approver email"
- You will receive a second email to your "admin email" with your SSL Certificate code at the bottom of the email
- Now you should install the SSL certificate on your cPanel. Open your cPanel and navigate to "SSL/TLS" again
- Before you install the new SSL certificate, you should delete any current SSL certificate to avoid any conflicts, select the 3rd choice "Certificates (CRT)" and delete the non-expired certificate date
- Go back to "SSL/TLS" and select the last choice "Install and Manage SSL for your site (HTTPS)"
- Select your domain
- Use the certificate code you just received to your "admin email" at the "Certificate (CRT)" field
- Click on (Autofill by Domain) button to automatically fill up the "Private Key (KEY)" and "Certificate Authority Bundle: (CABUNDLE)" fields
- If "Private Key (KEY)" field is not filled up automatically then use the private key you saved before when you generated the CSR
- Click on (Install Certificate) button
Now your SSL certificate has been installed successfully on your website.
After you install the SSL certificate, you should enable https redirection.
- If you are using WordPress, then install any SSL https redirection plugin, example: Really Simple SSL
- If you are using Prestashop, login to your administration panel and navigate to (Preference >> General)
- Otherwise, create (.htaccess) file in (public_html) and add the following code:
# BEGIN https Redirection
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L]
</IfModule>
# END https Redirection
If you have any URLs or images navigating to internal URLs on your website, you should change its URL protocol from "http" to "https".
If you are still facing any issues and need help, kindly open a technical support ticket and we'll help you to install your SSL certificate.