SSL on Panel?
-
- Posts: 28
- Joined: Wed Aug 20, 2014 9:53 pm
SSL on Panel?
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.
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?
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.
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?
startssl free for non-comercial useedica wrote:I found it easier to buy. Not expensive ssls.com.
Re: SSL on Panel?
To install your SSL cert on the vestacp panel:
Edit /usr/local/vesta/nginx/conf/nginx.conf
Edit:
Then restart vestacp:
Edit /usr/local/vesta/nginx/conf/nginx.conf
Code: Select all
nano /usr/local/vesta/nginx/conf/nginx.conf
Code: Select all
ssl_certificate /usr/local/vesta/ssl/certificate.crt;
ssl_certificate_key /usr/local/vesta/ssl/certificate.key;
Code: Select all
service vesta restart