On 10/08/14 12:21, Charles Parkinson wrote:
> Ok, so that makes sense except for the fact that a CSR sent...

Perhaps an example will help. I concatenate PEM variations (which my
cert authority provides) of the key, the crt and the chained CA file to
/etc/ssl/server.pem then symlink the /etc/courier/{esmtpd,imapd,pop3d}.pem
required files to the single one in /etc/ssl, which looks like...

-----BEGIN PRIVATE KEY-----
[... private key...]
-----END PRIVATE KEY-----

-----BEGIN CERTIFICATE-----
[... cert from CA ...]
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
[... chained CA ...]
-----END CERTIFICATE-----


------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to