decrypt the encrypted private key

2001-08-25 Thread Yu Tang
Dear All, I use openssl-0.9.6b. I want to encrypt the private key before outputing it, so I add the following item in my config file: [req] encrypt_key=yes Then I type the "req" command to generate the key and request file. openssl req -newkey rsa:1024 -keyout key.pem -out req.pem -config

ocsp command

2001-08-09 Thread Yu Tang
Dear all, I download the openssl-0.9.6b software from the web. Now I try to use the ocsp command to generate a request on-line. Now I get an error: command not found Why?? Any help? Thanks very much in advance.RoseGet your FREE download of MSN Explorer at http://explorer.msn.com

How to generate a certificate request from HTML page

2001-08-09 Thread Yu Tang
I write a HTML page for collecting user information. Now I want to generate a private key and a certificate request file from a data file. How can I use Unix and Perl to do this job? I can only use req on Unix to generate a certificate request file by inputting data from the keyboard. I have