On Mon, Mar 27, 2000 at 06:36:32PM +1000, Douglas Lee wrote:
> 2) Generate new CR file using "CA.sh -newreq".  This generates the file
> certificate request file newreq.pem.
And the private key in newkey.pem.

> 3) Sign the CR file using the CA file by "CA.sh -sign".  This generates
> the certificate file "newcert.pem". I presume that this is the file that
> needs to be loaded using SSL_CTX_use_certificate_file and
> SSL_CTX_use_RSAPrivateKey_file on the server side. 
No, the private key is not part of newcert.pem. The private key is in
the seperate file mentioned above...

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
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to