Hi,

When I run the following command, it doesn' t ask me question about signing. 
But I have to press enter button two times. I want to press only once to enter 
button. This command creates emtpy new-cert.pem file and it does not add 
information to demoCA/index.txt file. Is the following command correct?

# openssl ca -key 123456 -config openssl.cnf -out new-cert.pem -infiles 
new-req.pem -h 2>&1 | grep batch 

With the following command I can create certificate, but this command asks two 
question.

# openssl ca -key 123456 -config openssl.cnf -out new-cert.pem -infiles 
new-req.pem

Sincerelly,
Kadir.
Marek Marcola <[EMAIL PROTECTED]> wrote: Hello,
> When I run the following command password has not been asked, but 2
> confirmation appeared which are like following. Is it possible to give
> "y" value in openssl parameter. 
> 
> openssl ca -key 123456 -config openssl.cnf -out new-cert3.pem -infiles
> new-req3.pem 
> 
> Sign the certificate? [y/n]:y
> 
> 1 out of 1 certificate requests certified, commit? [y/n]y
$ openssl ca -h 2>&1 | grep batch
 -batch          - Don't ask questions

Best regards,
-- 
Marek Marcola 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]


       
---------------------------------
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. 

Reply via email to