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 ?
howto specify multiple CA on server side using ca file ?
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVPN Power User
- Posts: 58
- Joined: Fri Oct 07, 2011 12:23 pm
- Location: Pune
- Contact:
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: howto specify multiple CA on server side using ca file ?
you can either concatenate different CAs in one big file and use that , e.g.
or you can use the '--capath' option; in that case you need to properly set up a capath directory.
Code: Select all
cat ca1.crt ca2.crt > ca-stack.pem
-
- OpenVPN Power User
- Posts: 58
- Joined: Fri Oct 07, 2011 12:23 pm
- Location: Pune
- Contact:
Re: howto specify multiple CA on server side using ca file ?
Yeah its working When I am concatenating. ...
But how to set that capath i didn't got that ..
Thanks for Help
Tushar Sharma
But how to set that capath i didn't got that ..
Thanks for Help
Tushar Sharma