Page 1 of 1
Change SSL
Posted: Wed Oct 02, 2013 11:23 am
by ricardo777
Hello,
Can someone explain to me how I can change the web interface SSL certificate.
Also with using a Certificate Intermediate certificate
Re: Change SSL
Posted: Wed Oct 02, 2013 11:58 am
by skid
You mean control panel ssl certificate? If yes then checkout /usr/local/vesta/ssl/ directory. Replace files accordingly and restart vesta
Vesta is running on separate nginx web. As per nginx
documentation CA bundle can be added as tail into certificate.
Code: Select all
cat www.example.com.crt bundle.crt > www.example.com.chained.crt
Re: Change SSL
Posted: Wed Oct 02, 2013 12:43 pm
by ricardo777
Thank worked great.
PS: Good material for a faq or wiki.