Re: Did anybody execute openssl with PHP?

2001-07-15 Thread Maxime Dubois
;Brad House" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 2:28 AM Subject: Re: Did anybody execute openssl with PHP? > Or how about using popen ?? > you might have to specify an absolute path as well. > > -Brad > > Grant wrote: > &g

Re: Did anybody execute openssl with PHP?

2001-07-15 Thread Brad House
Or how about using popen ?? you might have to specify an absolute path as well. -Brad Grant wrote: > > I am trying to execute this command "openssl ca -batch -msie_hack -in > > req.pem -out crt.pem -config myconf.cnf -key "mykey" " in a PHP sript with > > the exec function but the output of the

Re: Did anybody execute openssl with PHP?

2001-07-15 Thread Grant
> I am trying to execute this command "openssl ca -batch -msie_hack -in > req.pem -out crt.pem -config myconf.cnf -key "mykey" " in a PHP sript with > the exec function but the output of the command that should be retained in a > variable is partially sent to the output (the web page) causing disp

Did anybody execute openssl with PHP?

2001-07-12 Thread Maxime Dubois
Hi all, I just want to know if anybody has ever tried to execute an "openssl ca" command with a PHP script I am trying to execute this command "openssl ca -batch -msie_hack -in req.pem -out crt.pem -config myconf.cnf -key "mykey" " in a PHP sript with the exec function but the output of the