I'm looking at a demo in demos/ssl/serv.cpp which uses 2 functions called
SSL_CTX_use_certificate_file and SSL_CTX_use_PrivateKey_file. The demos
uses the same
file name (foo-cert.pem). How can I get create one of these files.
I have used these commands to get a cacert.pem and cakey.pem but I don't
know how to join the 2 files.
CA.pl -newca
CA.pl -newreq
CA.pl -signreq
Also tried the output from a command like this:
CA.pl -pkcs12 "My Test Certificate"
Hope that makes sense
Peter Hall
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]