9 May
2012
9 May
'12
7:50 p.m.
On 2012-05-09 22:48, Markus Fritz wrote:
Thanks! That might help, yes I got the sub.class1.server.ca.pem file. How I include this to my ssl.crt file now?
Just append the intermediate CA certificate in the same file AFTER your own certificate. As in:
# cat sub.class1.server.ca.pem >> ssl.crt
As a result you should have a file ssl.crt which consists of the following:
-----BEGIN CERTIFICATE----- [several lines of your own certificate] -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- [several lines of the intermediary certificate] -----END CERTIFICATE-----
...and nothing else.
-- Janne Snabb / EPIPE Communications snabb@epipe.com - http://epipe.com/