atom feed5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ssl certificate u...
FromSent OnAttachments
Marco KammererApr 9, 2008 5:25 pm 
Sam VarshavchikApr 9, 2008 6:31 pm 
Marco KammererApr 24, 2008 4:51 pm 
Gordon MessmerApr 24, 2008 5:14 pm 
Marco KammererMay 29, 2008 4:59 am 
Subject:Re: [courier-users] ssl certificate usage
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Apr 9, 2008 6:31:57 pm
List:net.sourceforge.lists.courier-users

Marco Kammerer writes:

Hello,

I bought a certificate that is already working with apache22.

Additional I want to get rid of the warning message in emailsclients that the ssl cert is not good ...

is it possible to use the same ssl certs as i use with apache?

the dir with the ssl look like that -rw-r--r-- 1 root root 4603 2008-03-18 22:39 gd_intermediate_bundle.crt -rw-r--r-- 1 root root 1814 2008-03-18 22:42 mymachine.crt -rw-r--r-- 1 root root 887 2008-03-18 21:32 myserver.key -rw-r--r-- 1 root root 794 2008-03-18 21:32 server.csr

Run openssl x509 -inform der -outform pem -in myserver.key -out myserver.pem

Then, repeat the same command for mymachine.crt, and gt_intermediate_bundle.crt.

Then, take the resulting three .pem files, and concatenate them together. I do not recall offhand the correct order, but I believe it should be: your key, your pem, the intermediate pem. Take the resulting single file, and specify it as TLS_CERTFILE.