> "openssl req -new -key key.pem -out req.pem -config openssl.cnf"
> [snap]
> lib:D:myproject\applicatin\opensa\openssl1-0.9.4\crypto\conf\conf.
> c:98:openssl.cnf
> [snap]
> I do not understand the path in the error and what I do I have to change
> ? ( where is : d:\my project"???)
The MyProjects path is compiled in OpenSSL, as this is done automatic
during compilation. You have to modify the req command to point to
your local openssl.cnf file:
openssl req -new -key key.pem -out req.pem -config C:\openssl\openssl.cnf
Just replace "C:\openssl\" with the path to your local openssl.cnf file
and all should work okay.
Daniel
______________________________________________________________________
The OpenSA Project http://www.opensa.org/
Daniel S. Reichenbach [EMAIL PROTECTED]