Changing to New SSL Cert

Started by jpk236, March 07, 2007, 05:13:08 PM

Previous topic - Next topic

jpk236

I've been using toaster for quite some time, and I have to say have been *very* pleased.

Recently I purchased a wildcard SSL cert to handle *.domain.com.  Before I had separate ssl certs for everything, including mail.domain.com.

I thought I went through the correct process of rebuilding the cert files courier uses, but when I check my mail via Thunderbird its still using the old certificate (I know this because it shows a warning that the old cert has expired -- which it has).

What is the correct process for changing the ssl cert that courier is to use?  What files should be referenced/updated?

Thanks!


UPDATE:
The process I used can be found here:
http://www.tnpi.net/wiki/Use_a_signed_SSL_certificate


jerm

did you stop and start imap and pop?

to simplify things a bit i made the following change in my /usr/local/etc/coutier-imap/imapd-ssl  (and pop3d-ssl) file

#TLS_CERTFILE=/usr/local/share/courier-imap/imapd.pem
TLS_CERTFILE=/var/qmail/control/servercert.pem

that way qmail and pop/imap are guaranteed in sync... file wise.