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. If it's an error then the file shouldn't be created right ? but when I went through the OpenSSL folder I saw the my-prvkey.pem was create. 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. 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 Thank you On Jan 8, 2008 4:00 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > > > I just found out that the files i have been creating are in the > > OpenSSL folder, not in the Bin folder. Are those files that I have > created > > working ? how do i test it ? > > I have no idea what files you are talking about. You could be talking > about > keys, certificates, configuration files, encrypted data, the random state, > or anything else. > > Are for how you test it, try to do whatever it is you want to do with > those > files and see if it works. > > If you're trying to create encrypted payloads for paypal buttons, > presumably > you're following some explanation of how to do that. Keep following it. > > As I understand it, your problem is that you are getting the message in > the > subject. I believe I resolved that problem -- you can ignore that message. > > If you have some other problem, tell us about it. Tell us what directions > you are following, if any. Tell us what you have done so far. Tell us what > worked and where you got into trouble. Tell us what output you got and > what > you expected. > > Is this the page you're following? > https://www.paypal.com/IntegrationCenter/ic_button-encryption.html > If so, keep following it. > > DS > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] >