Some quetions About OPEN SSL

1999-12-17 Thread Raul Gutierrez Rodriguez
HI: I have some quetions about use OPENSSL 1- Whe i use OPENSSL with the comand : openssl req -new -newkey rsa:512 -keyout file.pem -out file.pem I want to put all the data that i have to enter to the comand in a file called data.. (i.e PEM password, and all the data of subject filed) -be

Some quetions About OPEN SSL

1999-12-22 Thread Raul Gutierrez Rodriguez
HI: I have some quetions about use OPENSSL 1- When i use OPENSSL with the comand : openssl req -new -newkey rsa:512 -keyout file.pem -out file.pem I want to put all the data that i have to enter to the comand in a file called data.. (i.e PEM password, and all the data of subject filed)

Re: Some quetions About OPEN SSL

1999-12-22 Thread Dr Stephen Henson
Raul Gutierrez Rodriguez wrote: > > > In the file data there isnt the word between ( ) > > I test with the comand : > openssl req -new -newkey rsa:512 -keyout file.pem -out file.pem < data > but always openssl ask me the pem file's password. > Tricky. I think some people have man