Page 1 of 1

SSL on Panel?

Posted: Thu Jun 18, 2015 6:20 am
by rocky123xo
I saw a long time ago a tutorial of how to setup StartSSL (or similar SSL certificates) onto the Vesta Panel itself, but I can't find it anymore.
I was hoping someone could link or post a new, easy to follow tutorial for how to setup a trusted SSL certificate for the panel itself.

Re: SSL on Panel?

Posted: Thu Jun 18, 2015 6:03 pm
by edica
I found it easier to buy. Not expensive ssls.com.

Follow this:

http://forum.vestacp.com/viewtopic.php? ... =10#p27287
http://forum.vestacp.com/viewtopic.php? ... 293#p26575

Sorry my bad english.
Good bye.

Re: SSL on Panel?

Posted: Tue Jun 30, 2015 9:28 am
by skurudo
edica wrote:I found it easier to buy. Not expensive ssls.com.
startssl free for non-comercial use

Re: SSL on Panel?

Posted: Mon Jul 06, 2015 10:17 pm
by ivanh
To install your SSL cert on the vestacp panel:

Edit /usr/local/vesta/nginx/conf/nginx.conf

Code: Select all

nano /usr/local/vesta/nginx/conf/nginx.conf
Edit:

Code: Select all

ssl_certificate      /usr/local/vesta/ssl/certificate.crt;
ssl_certificate_key  /usr/local/vesta/ssl/certificate.key;
Then restart vestacp:

Code: Select all

service vesta restart

Re: SSL on Panel?

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

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