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.pemThen, 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.
pgpZhfbCntr5o.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
