openxpki/clca

Add way to pass '-batch' to openssl for automating tests

mrscotty opened this issue · 1 comments

Modify the 'eval ... $OPENSSL ca ...' to something like 'eval ... $OPENSSL ca $BATCHOPT ...' to allow for BATCHOPT=-batch

Was fixed via your pull request some time ago.
I just added a --batch option to the certify subcommand.