Re: tls self-signed certificates

2007-10-18 Thread Nik Conwell
On Oct 17, 2007, at 9:55 PM, Craig White wrote: > OK - what I discovered was that TLS works with this setup (telnet > localhost 143) > > IMAP/SSL doesn't seem to work when you 'telnet localhost 993' but on a > client that is forgiving for self-signed certificates, it does > actually > work. So

Re: tls self-signed certificates

2007-10-17 Thread Craig White
On Tue, 2007-10-16 at 08:23 -0700, Craig White wrote: > How do people generate self-signed certificates as this no longer works > for me... > > generate cyrus certificate > openssl req -config /etc/ssl/openssl.cnf \ > -new -x509 -nodes \ > -out /etc/ssl/cyrus-global.pem \ > -keyout /etc/

tls self-signed certificates

2007-10-16 Thread Craig White
How do people generate self-signed certificates as this no longer works for me... generate cyrus certificate openssl req -config /etc/ssl/openssl.cnf \ -new -x509 -nodes \ -out /etc/ssl/cyrus-global.pem \ -keyout /etc/ssl/cyrus-global.pem \ -days 3650 openssl gendh 512 >> /etc/ssl/cyrus-