Can someone tell me how to generate an SSL certificate for use by courier-imap that can be signed by one of the normal CA's? Right now I generate my own, signed by my openssl, but all my user's software complains about the certificate being signed by an unrecognized authority.
With openssl, I do the following to generate a cert for courier-imap: openssl req -new -x509 -nodes -out cert.pem -keyout cert.pem How do I make a key and CSR to be signed by an external authority? I've done it for web certs but I believe these are of a different format. Sorry for the off-topic post, Dave _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
