Hi

I'm trying to generate a private key using  OpenSSL in windows Vista cmd.
Here's what  I did:

1. I downloaded the Binary 32bit OpenSSL exe file for windows and the
version is 
      OpenSSL 0.9.8g 19 Oct   2007

2.  I set up the  varible path ;C:\OpenSSL\bin

3. I installed OpenSSL and run it in the Windows Vista  cmd and the command
is
   openssl genrsa -out my-pkey.pem 1024
  
   I got the following:

  C:\OpenSSL>openssl genrsa -out my-prvkey.pem 1024
    Loading 'screen' into random state - done
    Generating RSA private key, 1024 bit long modulus
     ..............................++++++
     ........++++++
     unable to write 'random state'
     e is 65537 (0x10001)

   Anyone know why?
-- 
View this message in context: 
http://www.nabble.com/unable-to-write-%27Random-State%27-e-is-65537-tp14680474p14680474.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to