Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chichomr

Pages: [1]
1
Installation and Upgrades / Re: [SOLVED] Zentyal 5.0 Comodo SSL
« on: July 05, 2017, 01:07:14 pm »
Hello All,

I recently upgraded my Zentyal box to 5.0 and it was working fine until now that the certificate expired. I followed the instructions laid above, but when I try to restart the mail service it fails.

I'm new to linux, any help on where are the logs so I can check why is it failing for me?

on dovecot:
ssl_cert =</etc/ssl/certs/emailzentyal_mobilesv_com.crt
ssl_key =</etc/ssl/certs/emailzentyal_mobilesv_com.key

on main:
my $certFile = '/etc/ssl/certs/emailzentyal_mobilesv_com.crt';
my $keyFile = '/etc/ssl/certs/emailzential_mobilesv_com.key';

on apache:
SSLCertificateFile   /etc/ssl/certs/emailzentyal_mobilesv_com.crt
SSLCertificateKeyFile   /etc/ssl/certs/emailzentyal_mobilesv_com.key   
SSLCertificateChainFile /etc/ssl/certs/mobilesv_com.crt

Thank you .

Pages: [1]