> With the commandline 'ca' it's easy: man ca; -batch. > > With CA.pl, you could edit the script to change this; > but since all it's doing is invoking the commandline, > you could as easily just invoke the commandline.
Thank you very much for this hint. I just added in CA.pl -batch to the definition of $CA in the header of the script. > But 'ca' by default, and thus it appears to me CA.pl > always, also prompt for the CA key passphrase (unless > insecurely clear), and you're not complaining about that. This is true. But I removed the password protection by removing the DES encryption of the key: openssl rsa -in key.pem -out key_no_des.pem ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org