Sending Secure Email with a signed Godaddy cert.
I noticed today that my secure email was using the self signed cert. I did some poking around and saw that dovecot and posfix might be to blame.
I went into:
vi /etc/dovecot/dovecot.conf
and added:
ssl_cert_file = /var/www/server.example.com/ssl/server.example.com.crt
ssl_key_file = /var/www/server.example.com/ssl/server.example.com.key
and then:
vi /etc/postfix/main.cf
and added:
smtpd_tls_cert_file = /var/www/server.example.com/ssl/server.example.com.crt
smtpd_tls_key_file = /var/www/server.example.com/ssl/server.example.com.key
Everything seems to work now with ssl/tls with my Godaddy cert. Is this correct?
|
Recent comments
16 hours 14 min ago
16 hours 19 min ago
21 hours 17 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 10 hours ago
1 day 17 hours ago
1 day 20 hours ago
1 day 22 hours ago