Hello,

I tried to issue new certificate and faced some troubles during the 
"I18N_OPENXPKI_WF_ACTION_PERSIST_CSR" process.

My actions:

$msg = $client->send_receive_command_msg('execute_workflow_activity',{
    'WORKFLOW'=>'I18N_OPENXPKI_WF_TYPE_CERTIFICATE_SIGNING_REQUEST',
    'ID'=>$w_id, 
    'ACTIVITY'=>'I18N_OPENXPKI_WF_ACTION_PERSIST_CSR'});

$msg = $client->send_receive_command_msg('get_workflow_activities',{
    'ID'=>$w_id,
    'WORKFLOW'=>'I18N_OPENXPKI_WF_TYPE_CERTIFICATE_SIGNING_REQUEST'
});

Answer:
$VAR1 = {
          'COMMAND' => 'get_workflow_activities',
          'SERVICE_MSG' => 'COMMAND',
          'PARAMS' => [
                        'child_finished_failure'
                      ]
        };

OpenXPKI.log:

2009/01/28 21:34:46 Workflow.ERROR Caught exception from action: 
I18N_OPENXPKI_TOOLKIT_COMMAND_FAILED; __COMMAND__ => 
OpenXPKI::Crypto::Backend::OpenSSL::Command::issue_cert; __ERRVAL__ => 
I18N_OPENXPKI_CRYPTO_CLI_ERROR; __ERRVAL__ => Using configuration from 
/var/tmp/openxpkie9u4I3
Check that the request matches the signature
Signature ok
ERROR: adding extensions in section v3ca
461:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=ca name=email_in_dn
461:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=ca name=default_days
461:error:2207707B:X509 V3 routines:V2I_AUTHORITY_KEYID:unable to get issuer 
keyid:v3_akey.c:166:
461:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in 
extension:v3_conf.c:93:name=authorityKeyIdentifier, 
value=keyid:always,issuer:always
unable to write 'random state'
; reset workflow to old state 'PREPARED'
  
Question: What may be the cause of this error?

Thank you in advance

--
With best regards, Chudnovskaya Elvira
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to