Re: CSR Without Prompting

2006-06-10 Thread trlists
> 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

Re: CSR Without Prompting

2006-06-10 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 9 Jun 2006 [EMAIL PROTECTED] wrote: > I need to generate a CSR without prompting the user (I am getting the > info from an HTML form). Likely you are already in a Perl script? What about copying a template config to a scratch file,

Re: CSR Without Prompting

2006-06-09 Thread trlists
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

Re: CSR Without Prompting

2006-06-09 Thread trlists
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

Re: CSR Without Prompting

2006-06-09 Thread Richard Salz
> - 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. > - If I have to use the config file, is there any way to speci

Re: CSR Without Prompting

2006-06-09 Thread Richard Salz
>I'm attaching a shar file file of the scripts I've used a couple of times. It would help to acdtually do the attachment... /r$ -- SOA Appliances Application Integration Middleware scripts.shar Description: Binary data

Re: CSR Without Prompting

2006-06-09 Thread Dr. Stephen Henson
On Fri, Jun 09, 2006, [EMAIL PROTECTED] 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? > Yes: http://www.openssl.or

CSR Without Prompting

2006-06-09 Thread trlists
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