RE: Requisition without prompt

2004-10-04 Thread Loch Theary
Hi, You can try this kind of stuffs with /bin/sh: (echo $COUNTRY echo $PROVINCE echo $CITY echo $ORGANIZATION echo $ORG_UNIT echo $COMMON_NAME_CLIENT echo $EMAIL_CLIENT echo $PASSWORD_CLIENT echo $ORG_UNIT ) | openssl req -new -keyout newreq.pem -out newreq.pem -days $LIFETIME -passin

Re: Requisition without prompt

2004-10-04 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 3 Oct 2004 23:00:43 -0300, Larry Ramos [EMAIL PROTECTED] said: larry.ramos I'm new on this list and don't know if someone asked larry.ramos this: Is there a way to generate a new Certificate larry.ramos Requisition automatically using parameters, without the