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 - dunwan

Pages: [1]
1
Installation and Upgrades / Re: [SOLVED] Zentyal 5.0 Comodo SSL
« on: January 17, 2019, 09:18:34 pm »
2019 and these instructions worked perfect (@chichomr with the update from @trysomething -- thanks guys)

cp /usr/share/zentyal/stubs/mail/main.cf.mas /etc/zentyal/stubs/mail/
nano /etc/zentyal/stubs/mail/main.cf.mas

#my $certFile = '/etc/postfix/sasl/postfix.pem';
#my $keyFile  = '/etc/postfix/sasl/postfix.pem';
my $certFile = '/etc/ssl/certs/STAR_taylortelephone_com.crt';
my $keyFile  = '/etc/ssl/private/star_taylortelephone_com.key';

cp /usr/share/zentyal/stubs/mail/dovecot.conf.mas /etc/zentyal/stubs/mail
nano /etc/zentyal/stubs/mail/dovecot.conf.mas

#ssl_cert =</etc/dovecot/private/dovecot.pem
#ssl_key =</etc/dovecot/private/dovecot.pem
ssl_cert =</etc/ssl/certs/STAR_taylortelephone_com.crt
ssl_key =</etc/ssl/private/star_taylortelephone_com.key

nano /etc/apache2/sites-available/default-ssl.conf

                #SSLCertificateFile     /etc/ssl/certs/ssl-cert-snakeoil.pem
                #SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
                SSLCertificateFile      /etc/ssl/certs/STAR_taylortelephone_com.crt
                SSLCertificateKeyFile   /etc/ssl/private/star_taylortelephone_com.key
                SSLCertificateChainFile /etc/ssl/certs/STAR_taylortelephone_com.ca-bundle

zs mail restart
systemctl restart apache2

** restarting mail and apache did not work for me, got a permission error. Rebooting the machine (VM running on Hyper-V did the trick

Pages: [1]