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.