We are 31 years old!

Stable and quality Internet Services for everyone!

Home networks
  • Mon-Fri:
    09:00-19:00
    Sat:
    10:00-18:00
    Sun:
    сlosed
Technical Support
  • Round the clock 24/7/365

How to set up an SSL certificate in VestaCP?

To configure the SSL certificate, go to the «WEB» tab

Click the «Edit» button on the required domain.

In the new window we find the item «SSL support» put a tick and enter the data of your certificate

  1. SSL certificate
  2. SSL certificate key
  3. SSL Certification Authority

We save the changes.

It remains only to register the redirects from http to https in the. htaccess file.

In the directory of your site, add the following lines to it:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

That’s all, now you will have https working.

You can check the correctness of the installation of the certificate using this.