> Sorry for not being clear. > I was following the link you have provided below. First I was trying to > generate a private key by > type "openssl genrsa -out my-prvkey.pem 1024" to the windows Vista CMD > and the result was:
>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) > I don't know if this is an error or not, but I assume its > an error and I don't what the result of the above command line > should said after you enter it in the cmd. As I said, it's an error that you can safely ignore. > If it's an error then the file shouldn't be created right ? If that was true, you couldn't ignore the error. Since you can ignore the error, that cannot be true. > but when I went through the OpenSSL folder I saw the > my-prvkey.pem was create. Great. > So I used the next command "openssl req -new -key my-prvkey.pem > -x509 -days 365 -out my-pubcert.pem" which is to get the public > certificate from the private key that I've just created. Right. > Now, I need to use those informations to encrypted to the buttons > that was generated by paypal and I'm stucked on how to get those > buttons encrypted Continue following the directions. You've completed step 1, so now you should move onto step 2. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]