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 53 min ago
19 hours 49 min ago
21 hours 3 min ago
22 hours 26 min ago
1 day 4 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago