MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::Workflow::Condition::InitialEnrollmentOrRenewal
Section: User Contributed Perl Documentation (3)
Updated: 2008-12-22
Index NAME
OpenXPKI::Server::Workflow::Condition::InitialEnrollmentOrRenewal
SYNOPSIS
<action name=``do_something''>
<condition name=``is_initial_enrollment''
class=``OpenXPKI::Server::Workflow::Condition::InitialEnrollmentOrRenewal''>
</condition></action>
DESCRIPTION
The condition checks if a
SCEP request is an initial enrollment requestor a renewal. The condition has a configuration parameter ``RDNmatch'',which allows one to specify which parts of the subject
DN have tomatch.If it is undefined, the whole subject
DN is taken as a search criteria.It returns true if no valid certificate with the requested
DN is foundin the certificate database and throws a condition_error if at least oneis found. In this case, it also saves the number of certificates in the contextparameter 'current_valid_certificates' and the identifier of the one with the longest notafter date in the context parameter'current_identifier'.The corresponding notafter date is saved in the 'current_notafter'context field to be checked later.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.