After I succeeded in requesting a certificate(at public server interface)
I entered into ra server interface to approve it.
At the page "Operation Approved request ",the error appeared.
here is the error information:
Description:Certificate Request Successfully approved and archivied.
signature:Error 0
I have traced the error and found that at the following code,the
error araised.
******************************
file :/home/httpd/cgi-raserver/cmds/confirmReq
......
......
$signer = libGetSignatureObject( OBJECT=>$item );
if ( not $signer ) {
$sigStatus = "<FONT COLOR=\"Red\">Error $errno</FONT><br><br>$errval";
} else {
......
......
********************************************
I am waiting for solution.