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 openssl.

Re: decrypt the encrypted private key

2001-08-25 Thread Dr S N Henson
Yu Tang wrote: > > 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:1