Hi, all! I've a problem.
I'm realizing CA.
I've a root certificate and a server certificate.
Now I have to make for clients. Look following:

openssl ca -passin passassword -policy policy_anything -out "certificate.crt" -infiles "request.csr"

Using configuration from C:\OpenSSL-Win32\bin\openssl.cfg
Loading 'screen' into random state - done
Check that the request matches the signature
Signature ok
Certificate Details:
Serial Number: 1 (0x1)
Validity
Not Before: Jan 19 08:05:25 2011 GMT
Not After : Jan 19 08:05:25 2012 GMT
Subject:
countryName = UZ
commonName = Olim
emailAddress = somebody@gmail.com
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
OpenSSL Generated Certificate
X509v3 Subject Key Identifier:
7E:18E:4D:8E:B6:45:B1:47:AD:6E:A8:BA:8D:43:12:FA:B3:BE:65
X509v3 Authority Key Identifier:
keyid:AA:81:827E:2C:2F:69:31:3B:39:9B:F0:88:05:66:99:65:33:E
2

Certificate is to be certified until Jan 19 08:05:25 2012 GMT (365 days)
Sign the certificate? [y/n]:y

1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated

Is there any solution that openssl don't gives questions: "Sign the certificate? [y/n]" and "1 out of 1 certificate requests certified, commit? [y/n]"

Thanks for advices.