> Likely you are already in a Perl script? What about copying a
> template config to a scratch file, making appropriate substitutions
> from the form data? Or if your form processor isn't a convenient
> place to do this, you could fork a command that pipes the template
> through e.g. sed.
Actua
On 9 Jun 2006 Dr. Stephen Henson wrote:
> > - If not, is there some documentation on the minimum information
> > needed in the config file to create a CSR, so that I can create a
> > basic one rather than replicating every field in the default file?
>
> http://www.openssl.org/docs/ap
On 9 Jun 2006 Richard Salz wrote:
> > - Am I correct that the only way to do this is to put the various
> > values into openssl.cfg? Or is there a way to pass them on the
> > command line?
>
> You can use the ENV:: construct to read them from the environment.
Thanks. Good to know b
OpenSSL 0.9.8a on Windows (test system).
OpenSSL 0.9.7c or greater on Linux (production system).
I need to generate a CSR without prompting the user (I am getting the
info from an HTML form). A couple of questions on this:
- Am I correct that the only way to do this is to put the various