Francisco Castillejo wrote:
> 
> Very Thanks!! XD
>  i didn't know that i was using the default config file located into
> /usr/local....
> in windows the openssl.cnf file is in the subdirectory apps .
> Finally i execute:
> req -new -x509 -config c:\openssl\apps\openssl.cnf -out CAcert.pem -keyout
> CAkey.pem
> 

Well actually you probably have an old config file in there which
expands the HOME environment variable hence the error. If it just
couldn't find the config file you'd get a different error.

Anyway you can do several things to fix this: replace the config file
with a newer version, supply the full path to the config file with the
OPENSSL_CONF environment variable or give the path on the command line
as you said above.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Gemplus: http://www.gemplus.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to