Page 1 of 1

howto specify multiple CA on server side using ca file ?

Posted: Fri Feb 03, 2012 11:25 am
by tushar.sharma
Hello All,

how can we specify multiple ca's on server side config using ca file parameters. ?

I dont know in advance which CA has signed particular client certificate so how can we specify list
of certificates ? i have all certificates in one directory ?

Re: howto specify multiple CA on server side using ca file ?

Posted: Fri Feb 03, 2012 12:47 pm
by janjust
you can either concatenate different CAs in one big file and use that , e.g.

Code: Select all

cat ca1.crt ca2.crt > ca-stack.pem
or you can use the '--capath' option; in that case you need to properly set up a capath directory.

Re: howto specify multiple CA on server side using ca file ?

Posted: Sat Feb 04, 2012 4:40 am
by tushar.sharma
Yeah its working When I am concatenating. ...

But how to set that capath i didn't got that ..

Thanks for Help


Tushar Sharma