I'm having the exact same problem as well.
It appears to be looking for a nonexistent path
so it can locate the CN and other info it needs.
The only difference it my respect is I'm attempting
to generate a self signed cert (CA).
Jim...
James wrote:
>
> 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.