4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] OT: Recognized SS...
FromSent OnAttachments
Hubbard, DavidJan 8, 2002 6:57 pm 
Andrew NewtonJan 8, 2002 7:39 pm 
Hubbard, DavidJan 8, 2002 8:09 pm 
Tim DijkstraJan 9, 2002 6:50 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] OT: Recognized SSL cert for imap?Actions...
From:Tim Dijkstra (tdyk@science.uva.nl)
Date:Jan 9, 2002 6:50:41 am
List:net.sourceforge.lists.courier-users

"Hubbard, David" wrote:

Well, I have an SSL cert for the web server using the same name as the IMAP server, but courier does not like the certificate format of my regular web SSL cert... Not sure what the problem is. The cert I generate with that command is notably different from the one I generated for courier, it seems to have the private key and public key in the same file.

That's correct. You can use the same cert and key, just put the KEY and CERTIFICATE sections of the .key and .crt files in one file, like this:

-----BEGIN RSA PRIVATE KEY----- Blahbalhlblah.... -----END RSA PRIVATE KEY----- -----BEGIN CERTIFICATE----- blahjblahblah..... -----END CERTIFICATE-----

Should work...

Good luck, Tim