🔑 Авторизоваться

SSL certificate for hosting with Webserv24


Important! For security reasons, the folder containing the certificate should not be accessible from your domain.

All designations such as domain.ru must be replaced with your domain for which you are installing the SSL certificate.

If you encounter any difficulties connecting SSL and installing the certificate, you can always contact technical support .

Setting up SSL


Go to DomainsSettings .

In the domain settings, find the following items:

Selecting an SSL certificate - select Your SSL certificate from the drop-down menu



Important.

The contents of the domain_ru.crt file must be at the top, and the contents of the AAA_Certificate_Services.crt file of the Root CA AAA-cross certificate must be at the bottom. It is recommended that all copying and pasting of CRT file contents be done using Notepad++.

Redirect from http:// to https://


If the CMS you are using does not have built-in functionality to change the primary website address from http:// to https:// , you can set up a forced redirect using the .htaccess file.

To do this, create an .htaccess file in the root directory of the website or, if one already exists, place the following lines at the very beginning of the file:

RewriteEngine On

RewriteCond %{ENV:HTTPS} !on

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]