Nelson Novaes Neto wrote:

How I can work without removing the IF?
We have to fix the problem during the keygeneration :)

file: OpenCA/lib/cmds/basic_csr: line:305

if( not $cryptoShell->genKey( BITS=>$bits,
OUTFILE=>$keyFile, ALGORITHM=>$alg,
PASSWD=>$PASSWD3 ) ) { generalError ("Cannot create keypair!", 667);
}
Please change generalError to the following and send us the error (I will fix the output in the sourcecode too):

generalError ("Cannot create keypair!<br>".$OpenCA::OpenSSL::errval,
$OpenCA::OpenSSL::errno);

Which version do you use?

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 http://www.openca.org



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to