On Mon, Jul 16, 2001 at 04:21:17PM -0700, Sejin Choi wrote:
> But what I wanted to know was how to generate a CA file which is the second
> argument for the SSL_CTX_load_verify_locations you mentioned.
> Could you please help me on this?
The CA file is the concatenated list of CA certificates in PEM format.
If you have the CA certificates in files CA1.pem CA2.pem CA3.pem, you simply
perform a
cat CA1.pem CA2.pem CA3.pem > CAcert.pem
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]