RE: how create rsa key with encrypted

2007-05-30 Thread TAYLOR, TIM \(CONTRACTOR\)
create rsa key with encrypted hi everybody, I did this command: openssl req -newkey rsa:1024 -keyout testkey.pem -keyform PEM -out testreq.pem to create a pair of private key (testkey.pem) and a request certificate (testreq.pem). I read in book "Network Security with Openssl", it sai

RE: (SCL: 6) how create rsa key with encrypted

2007-05-30 Thread Bill Colvin
Add -nodes to your command line. -Original Message- hi everybody, I did this command: openssl req -newkey rsa:1024 -keyout testkey.pem -keyform PEM -out testreq.pem to create a pair of private key (testkey.pem) and a request certificate (testreq.pem). I read in book "Network Secur

Re: how create rsa key with encrypted

2007-05-30 Thread Marek Marcola
Hello, > > I did this command: > > openssl req -newkey rsa:1024 -keyout testkey.pem -keyform PEM -out > testreq.pem > > to create a pair of private key (testkey.pem) and a request > certificate (testreq.pem). > > I read in book "Network Security with Openssl", it said that the > gerenated rsa

how create rsa key with encrypted

2007-05-30 Thread Tuan Minh Nguyen
hi everybody, I did this command: openssl req -newkey rsa:1024 -keyout testkey.pem -keyform PEM -out testreq.pem to create a pair of private key (testkey.pem) and a request certificate (testreq.pem). I read in book "Network Security with Openssl", it said that the gerenated rsa private key wi