Re: obtaining input from a file or from the command line

2001-02-14 Thread Richard Levitte - VMS Whacker
From: "Sandipan Gangopadhyay" <[EMAIL PROTECTED]> sandipan> I tried : sandipan> ./openssl genrsa -des -out ca.key 2048 sandipan> After I changed MIN for passphrase to 0 in openssl.cnf sandipan> sandipan> No luck. I don't get this! What exactly do you think encryption with no (or 0-leng

Re: obtaining input from a file or from the command line

2001-02-14 Thread Sandipan Gangopadhyay
Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 3:33 PM Subject: Re: obtaining input from a file or from the command line > From: "Sandipan Gangopadhyay" <[EMAIL PROTECTED]> > > sandipan> Thanks - you have saved me from grave error. I had assume

Re: obtaining input from a file or from the command line

2001-02-13 Thread Richard Levitte - VMS Whacker
From: "Sandipan Gangopadhyay" <[EMAIL PROTECTED]> sandipan> How could I ask it NOT to require a passphrase at all ? Yes. Do not use "-des3", that's the flag that makes it require a password: $ openssl genrsa -h usage: genrsa [args] [numbits] -desencrypt the generated key with DES

Re: obtaining input from a file or from the command line

2001-02-13 Thread Sandipan Gangopadhyay
How could I ask it NOT to require a passphrase at all ? Thanks, Sandipan - Original Message - From: "Dr S N Henson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 3:38 AM Subject: Re: obtaining input from a file or from the comman

Re: obtaining input from a file or from the command line

2001-02-13 Thread Dr S N Henson
Sean Conley wrote: > > The only way I have found to automate this process in a way that you speak > of is to use expect. I had to do something similar where I wrapped the > whole certificate creating process in a CGI using the Perl expect module, > this worked quite nicely. If there is a way to

Re: obtaining input from a file or from the command line

2001-02-13 Thread Sean Conley
The only way I have found to automate this process in a way that you speak of is to use expect. I had to do something similar where I wrapped the whole certificate creating process in a CGI using the Perl expect module, this worked quite nicely. If there is a way to feed openssl input from a tex

obtaining input from a file or from the command line

2001-02-13 Thread Jorge Ruben Macias Lopez
Title: obtaining input from a file or from the command line hello, I'm trying to generate some certificates, but can't find the way to automate the process.  For example, I have a script with the following command:     openssl genrsa -des3 -out $1.key 1024 where $1 get