Certificate for the login panel VestaCP (Port 8083)
Below a very simple way in which we can install the SSL certificate for the login panel VESTACP
Log in to the panel VESTACP then go to the Web tab and find which is our domain server hostname.
Then, at the click:
Edit and –
Support for SSL
Lets Encrypt Support
Do 5 minutes will be generated certificate.
After generating a certificate replaces it for Panel.
At the beginning of the current file name change certificate
1 | mv /usr/local/vesta/ssl/certificate.crt /usr/local/vesta/ssl/niezabezpieczony.crt |
1 | mv /usr/local/vesta/ssl/certificate.key /usr/local/vesta/ssl/niezabezpieczony.key |
Now we move our certificate files:
1 | ln -s /home/admin/conf/web/ssl.hostname.serwer.pl.crt /usr/local/vesta/ssl/certificate.crt |
1 | ln -s /home/admin/conf/web/ssl.hostname.serwer.pl.key /usr/local/vesta/ssl/certificate.key |
Of course hostname.serwer.pl We replace our domain server.
The last step is to restart the panel:
1 | service vesta restart |
That's all, The panel is the most encrypted.