Josh, It works great after removing the pass phrase. Tons of thanks! Poly.
> [EMAIL PROTECTED] wrote: > > Josh, > > Thanks a lot for your valuable help so far. Right now, I am typing > > the certificate key PEM password on the command prompt each time > > in order for the library to process my certificate key. Is there an > > way I could put the password in a file instead? > > Again, thanks a lot > > > > Poly > > > > > > No problem. I recall there is a way to create these files without > the password prompt, from the Crypt::SSLeay perldoc: > > Creating a Test Certificate > > To create simple test certificates with openssl, you may: > > /usr/local/openssl/bin/openssl req - config /usr/local/openssl/openssl.cnf -new -days 365 -newkey rsa:1024 - x509 -keyout n > otacakey.pem -out notacacert.pem > > To remove the pass phrase from the key file, execute this: > /usr/local/openssl/bin/openssl rsa -in notacakey.pem - out notacakeynopass.pem > > How does that work for you? > > Regards, > > Josh > > ________________________________________________________________ > Josh Chamas, Founder phone:925-552-0128 > Chamas Enterprises Inc. http://www.chamas.com > NodeWorks Link Checker http://www.nodeworks.com > >
