Sign certificate without prompt in shell-script April 28, 2023 by Tarik You can use the -batch option of openssl. eg: openssl ca -batch -config "$CONF" -out "$BOXCERT" -infiles "$CSRFILE"