Hello,
> 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 
Try:
 $ openssl ca -key 123456 -config openssl.cnf -out new-cert.pem -infiles
new-req.pem -batch

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to