I use the following batch to (attempt) generate a csr so that I can
obtain a verisign cert.:
cd c:\progra~1\opensa\openssl\bin\
openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
I am prompted to enter a password, and a server.key is generated without
a hitch. Then it looks for the config file at
/usr/local/ssl/openssl.conf
Since this is not a Unix systen, it cannot locate the file there. I run
a search, and cannot locate openssl.cnf anywhere, though I am not sure
how to point openssl.exe to it if I did find it.
--
---------------------------------------
James M. Hall
mailto:[EMAIL PROTECTED]
http://www.jameshall.net
---------------------------------------