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 -keyou
s :)
Lidia
- Original Message -
From: "Neff Robert A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 9:02 PM
Subject: RE: private key and certificate to the CA
> Since you didn't specify the -config option, you are using the
&g
Since you didn't specify the -config option, you are using the
default config file with a location of /usr/local/ssl/openssl.cnf.
That directory doesn't exist in Windows. A simple solution is to
place the following into a .bat file in your openssl\ms directory,
and run it from that directory:
se