You can generate a CA certificate file using `openssl req` command. This will
be basically self signed certificate.
Example:
openssl req -new -newkey rsa:1024 -md5 -x509 -keyout cakey.pem -out
cacert.pem
Then generate the client or server certificate using cacert.pem and cakey.pem
files.
Re
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