Re: private key and certificate to the CA

2001-11-13 Thread Dr S N Henson
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

Re: private key and certificate to the CA

2001-11-13 Thread Francisco Castillejo
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

RE: private key and certificate to the CA

2001-11-13 Thread Neff Robert A
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