Hi,

I use the newest RC and get problem while trying to revoke a certificate ...

The error message looks like
-------------------
Error 690

configuration Error: Error while creating the request
-----------------------

I know this error is from file "submit_revreq". There are some variables
defined:

my $head        = $query->param('head');
my $body        = $query->param('text');
my $signature   = $query->param('signature');
my $serial      = $query->param('serial');
my $reason      = $query->param('reason');

However, in the source code of the page where I should submit my revocation
request, i can not find anything about head, text and signature.
----------------------------
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Certificate Revocation Request</title>
    <link rel="stylesheet" href="/pub/default.css" type="text/css" />
    <!-- Use the Microsoft ActiveX control to install the certificate -->
    <object
        classid="clsid:43f8f289-7a20-11d0-8f06-00c04fc295e1"
        codebase=xenroll.dll
        id=certHelperOld>
    </object>
    <object
        classid= "clsid:127698e4-e730-4e5c-a2b1-21490a70c8a1"
        codebase=xenroll.dll
        id=certHelperNew>
    </object>
  </head>
  <body>    &nbsp;
<form method="post" action="pki" enctype="multipart/form-data"
name="OPENCA">
    <center>
    <table class="global">
      <tr>
        <td>
          <div class="page_headline">
Certificate Revocation Request          </div>
        </td>
      </tr>
      <tr>
        <td class="explanation">
If you don't know the certificate's serial number please use the lists.
        </td>
      </tr>
      <tr>
        <td class="global_info_list">
         <center>
          <table class="info_list">
            <tr class="info_list">
<td class="info_list">Certificate Serial Number</td>
<td class="info_list"><Input type="text" name="serial" value=""></td>
            </tr>
            <tr class="info_list">
<td class="info_list">Reason: [ Reason for revocating the certificate ]</td>
<td class="info_list"><textarea cols="35" rows="5" name="reason"
wrap="virtual">Private key compromised.</textarea></td>
            </tr>
            <tr class="info_list">
<td class="info_list">CRIN code: [ revocation pin ]</td>
<td class="info_list"><Input type="password" name="crin"></td>
            </tr>
            <tr class="info_list">
<td class="info_list">Retype CRIN code: [ retype revocation pin ]</td>
<td class="info_list"><Input type="password" name="crin2"></td>
            </tr>
          </table>
         </center>
        </td>
      </tr>
      <tr>
        <td class="global_cmd_panel">
         <center>
          <table class="cmd_panel">
            <tr class="cmd_panel">
<td class="cmd_panel"><input type="submit" name="Submit"
value="Continue"></td>
            </tr>
          </table>
         </center>
        </td>
      </tr>
    </table>
<input type="hidden" name="cmd" value="submit_revreq">
    </center>
    </form>
  </body>
</html>
-------------------------

What is wrong in file submit_revreq? Is there a developer manual available?

Thanks,

yang





-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to