Change VestaCP SSL Certificate Problem
-
- Posts: 8
- Joined: Thu Apr 30, 2015 2:35 pm
Change VestaCP SSL Certificate Problem
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
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
Why you don't add new certificates?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.
Add new certificate to domain with web - copy path with certs, thendanielbr86 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....
/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?