I wish to accomplish the following, programmatically within my 
application:

     openssl genrsa -out my.key 2048
     openssl req -new -key my.key -out my.crt -x509

Generating the RSA key is simple.  For the cert, I am trying to follow 
the code in /apps/req.c as an example but it seems to be a lot of code.  
Is there an easier/more elegant way to do this?

--
     Brian Wotring  ( [EMAIL PROTECTED] )
     PGP KeyID: 0x9674763D

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

Reply via email to