From: Rahul S <sr...@gm...> - 2006-09-07 11:48:42
|
Passing it through stdin worked. I don't have to use expect after all :) Thanks, -Rahul S. On 9/7/06, Roland Giersig <rgi...@cp...> wrote: > You can also pass it via stdin or a file (named pipe) or an > environment variable etc. ... > > Just do a 'man openssl' and look for 'PASS PHRASE ARGUMENTS'. > > Hope this helps, Roland > > On 9/7/06, Rahul S <sr...@gm...> wrote: > > On 9/7/06, Roland Giersig <rgi...@cp...> wrote: > > > But why not simply pass everything via the command-line? openssl > > > offers several possibilities how the pass-phrase can be passed. No > > > need for Expect here... > > > > I don't want to pass the password on the commandline because it will > > be visible through utilities like 'ps'. |