> Or do I just need to tear apart the "openssl req" command source, find
> what library calls it does, and just call the library myself, and thus
> re-invent the wheel?  Has anyone already done this?


OpenSSL 0.9.7 req command has two useful options:

 -subj arg      set or modify request subject
 -batch         do not ask anything during request generation

First lets you set subject name from command line and second supresses all
questions. If you need more control over generated CSR you can create
temporary config file with right values for various options for openssl
utility and use the -config option.

Arne


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to