EMILIO LUQUE LINARES schrieb: > > Hi. > > I have found a problem when I was trying to generate the CA > Certificate Request. This is: > > In the file called "genCAReq" is defined a variable "$careqFile" > as "my $careqFile = getRequired ( 'CACertificate' );". It produces an > error when I try to generate self-signed CA certificate. To fix that, I > have modified this variable definition as follow: > > "my $careqFile = getRequired ( 'ReqDir' ) . '/careq.pem';" > > I don't know if it could be the solution.
It is the correct solution. We changed the structure of the filesystemhierarchy of OpenCA last week (over 80 files). So there are perhaps a lot of such mistakes because we must fix all hardcoded paths. Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany [OpenCA Core Developer] http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
