Hi,You can find details in doc/apps/req.pod in your openssl directory.
I want to create a request automatically with an webapplication. So the persons enter the details into a form an I write a temporary config-file to create request. But how does the content of the config-file look, that it contains the details (cn, o, ou,...) and how does the command look, what I have to execute?
Hope anybody can help me..
Thanx a lot for help!!!!
Carsten
Specify prompt = no in the [ req ] section to disable prompting. The command is
something like
req -new -config conffile -newkey rsa:1024 -keyout newkey.pem -out request.pem
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]