On Thu, Jan 18, 2001 at 04:02:42PM -0500, Peter Hall wrote:
> 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

        After that you need to concatenate newreq.pem with newcert.pem,
        and place it into foo-cert.pem.
        Or, you can edit serv.cpp and cli.cpp, you'll see #define's there,
        you can set your own filenames there.

-- 
green
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to