Re: getting the input not from command line

2011-10-19 Thread Jakob Bohm
Use the option -subj and adjust other settings in openssl.cnf to make things easier. On 10/19/2011 2:43 PM, prabhu kalyan rout wrote: Hi, As per my project requirement i should configure the openssl req command in such a way that it will not ask the user information from prompt. Is there any

Re: getting the input not from command line

2011-10-19 Thread prabhu kalyan rout
Hi jakob, Thanks for you help. Can you please give me one example of the -subj option. Thanks Regards Prabhu On Wed, Oct 19, 2011 at 7:46 PM, Jakob Bohm jb-open...@wisemo.com wrote: Use the option -subj and adjust other settings in openssl.cnf to make things easier. On 10/19/2011 2:43 PM,

Re: getting the input not from command line

2011-10-19 Thread Jakob Bohm
There is almost an example on the documentation page for the req utility. I have not used it myself, but it seems this would be a typical example: -subj /DC=org/DC=OpenSSL/DC=users/CN=John Doe On 10/19/2011 5:32 PM, prabhu kalyan rout wrote: Hi jakob, Thanks for you help. Can you please give

Re: getting the input not from command line

2011-10-19 Thread prabhu kalyan rout
Thanks jakob, I am able to do it. now i have another problem. The below command generate a signed certificate. but to generate it ask for the user permission. what i want is it will directly generate the certificate with out asking the user permission. please find the command below. openssl ca

RE: getting the input not from command line

2011-10-19 Thread Sergio NNX
Ciao. If you use 'prompt = no' in openssl.conf, then it won't ask anything. I'm using it and it works ok! Cheers. Sergio. Date: Wed, 19 Oct 2011 22:25:57 +0530 Subject: Re: getting the input not from command line From: pkr...@gmail.com To: openssl-users@openssl.org Thanks jakob, I am