Sign certificate without prompt in shell-script

Solution 1:

You can use the -batch option of openssl.

eg:

 openssl ca -batch -config "$CONF" -out "$BOXCERT" -infiles "$CSRFILE"