Re: Updating ssl cert for exim4 - my oops

2007-07-15 Thread Roberto C . Sánchez
On Sun, Jul 15, 2007 at 03:50:19PM -0700, David Brodbeck wrote: > > On systems I run, I often symlink the HTTP, IMAP, and SMTP server > certificate locations to the same certificate file, for ease of > maintenance. Obviously this only works if your machine uses the same > hostname for all t

Re: Updating ssl cert for exim4 - my oops

2007-07-15 Thread David Brodbeck
On Jul 14, 2007, at 4:12 AM, Chris Searle wrote: Before sending mail - engage brain. Or at least memory - it sometimes helps. On 14. jul. 2007, at 12.05, Chris Searle wrote: My exim4 self generated SSL certificate expired today. Now - thunderbird keeps telling me that the site use

Re: Updating ssl cert for exim4 - my oops

2007-07-14 Thread Chris Searle
Before sending mail - engage brain. Or at least memory - it sometimes helps. On 14. jul. 2007, at 12.05, Chris Searle wrote: My exim4 self generated SSL certificate expired today. Now - thunderbird keeps telling me that the site uses a certificate that has expired today. Yes. True. And -

Updating ssl cert for exim4

2007-07-14 Thread Chris Searle
My exim4 self generated SSL certificate expired today. So - I headed to the server, ran the following (taken from the exim4 site) openssl req -x509 -newkey rsa:1024 -keyout /etc/exim4/exim.key -out / etc/exim4/exim.crt -days -nodes This overwrote the old certificates. Restarted exim4.