"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

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to