Page 1 of 1

Change VestaCP SSL Certificate Problem

Posted: Thu Apr 30, 2015 2:57 pm
by danielbr86
Hello,

I got a new SSL certificate from StartSSL, backup the original VestaCP SSL certificate files (in /usr/local/vesta/ssl) and placed the new certificate files in the same path.

I can access to VestaCP panel with a recognized SSL, but I'm getting some problems with.

1 - Every time i need to restart my server, at boot I'm prompted to enter the pass for the new SSL certificate

2 - Emails are not working anymore. Roundcube cannot connect to IMAP server. Emails are not being received....

Now I restored the original VestaCP SSL certificate and it is all working fine, none of the problems are happening.

How can I make a new recognized SSL certificate working for whole my server?

Thank you

Re: Change VestaCP SSL Certificate Problem

Posted: Tue May 05, 2015 1:23 pm
by skurudo
danielbr86 wrote: I got a new SSL certificate from StartSSL, backup the original VestaCP SSL certificate files (in /usr/local/vesta/ssl) and placed the new certificate files in the same path.
Why you don't add new certificates?
danielbr86 wrote:1 - Every time i need to restart my server, at boot I'm prompted to enter the pass for the new SSL certificate
2 - Emails are not working anymore. Roundcube cannot connect to IMAP server. Emails are not being received....
Add new certificate to domain with web - copy path with certs, then

/usr/local/vesta/nginx/conf/nginx.conf - add path with certs for VestaCP - ssl_certificate and ssl_certificate_key
and
/etc/exim4/exim4.conf.template -- tls_certificate and tls_privatekey


PS: Every time i need to restart my server, at boot I'm prompted to enter the pass for the new SSL certificate -- I just insteresed, where and how you do this?