Page 1 of 1

Use SSL certificate on vesta login panel

Posted: Sat Feb 14, 2015 2:45 am
by vanduh
Hi everyone,

i have a ssl certificate installed sucessfully on my domain, i would like to know if is possible to me to access my vestaCP panel login with SSL too, SSL run on 443 port but when i go to login page i need to go to https://site.com:8083, so my certificate doesn't work.

Anyone can help with this question?

Re: Use SSL certificate on vesta login panel

Posted: Sat Feb 14, 2015 10:34 am
by VestaLover
What are you trying to achieve here?

You can use the same certificate for port 443 or port 8083.

Re: Use SSL certificate on vesta login panel

Posted: Sat Feb 14, 2015 1:43 pm
by vanduh
VestaLover wrote:What are you trying to achieve here?

You can use the same certificate for port 443 or port 8083.

Hi VestaLover, sorry for confusion, well my problem is: my certificate is not recognized when i go to https://site.com:8083 (vesta login panel), but if i go to https://site.com/webmail it is doing fine.

Re: Use SSL certificate on vesta login panel

Posted: Mon Feb 16, 2015 3:49 am
by ivanh
To get SSL working for your VestaCP:

You can do the following:

Code: Select all

mv /usr/local/vesta/ssl/certificate.crt /usr/local/vesta/ssl/certificate.crt.backup

Code: Select all

mv /usr/local/vesta/ssl/certificate.key /usr/local/vesta/ssl/certificate.key.backup

Code: Select all

nano /usr/local/vesta/ssl/certificate.crt #paste your crt -> save.

Code: Select all

nano /usr/local/vesta/ssl/certificate.key #paste your key -> save.

Code: Select all

service vesta restart

Re: Use SSL certificate on vesta login panel

Posted: Sat Feb 21, 2015 5:22 pm
by vanduh
ivanh wrote:To get SSL working for your VestaCP:

You can do the following:

Code: Select all

mv /usr/local/vesta/ssl/certificate.crt /usr/local/vesta/ssl/certificate.crt.backup

Code: Select all

mv /usr/local/vesta/ssl/certificate.key /usr/local/vesta/ssl/certificate.key.backup

Code: Select all

nano /usr/local/vesta/ssl/certificate.crt #paste your crt -> save.

Code: Select all

nano /usr/local/vesta/ssl/certificate.key #paste your key -> save.

Code: Select all

service vesta restart
Thanks ivanh, it do the trick :)

Re: Use SSL certificate on vesta login panel

Posted: Thu Jun 09, 2016 6:56 am
by skurudo
We have this idea now.

Please vote for this feature:
https://bugs.vestacp.com/issues/233