Hi there,

We're currently happily running couriertls with a self-signed certificate
on a Debian Linux box.  We just bought a properly signed SSL certificate
for our Apache server which runs on the same host, and we'd like to use
it with Courier IMAP if possible as well.

Our current self-signed imapd.pem looks vaguely like this:

    -----BEGIN RSA PRIVATE KEY-----
    [then the key]
    -----END RSA PRIVATE KEY-----
    -----BEGIN CERTIFICATE-----
    [then the cert]
    -----END CERTIFICATE-----
    -----BEGIN DH PARAMETERS-----
    [then the dhparms]
    -----END DH PARAMETERS-----

But Apache certificate has this:

    -----BEGIN RSA PRIVATE KEY-----
    Proc-Type: 4,ENCRYPTED
    DEK-Info: DES-EDE3-CBC,xxxxxxxxxxxxxxxx
    
    [then the key]
    -----END RSA PRIVATE KEY-----

and

    -----BEGIN CERTIFICATE-----
    [then the cert]
    -----END CERTIFICATE-----

and no mention of DH Parameters at all.

Unfortunately I'm a bit of a newbie with OpenSSL so this is where I get
stuck.   Does anyone know if it's possible to use the Apache certificate
we have with Courier IMAP, and therefore eliminate the nasty security
messages that IMAPS clients produce?

Thanks in Advance,

Matt.
-- 
  Matt Saunders  http://www.yoyo.org/
  http://www.yoyo.org/matts/contacts/


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to