MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::Workflow::Condition::CorrectTiming
Section: User Contributed Perl Documentation (3)
Updated: 2008-11-28
Index NAME
OpenXPKI::Server::Workflow::Condition::CorrectTiming
SYNOPSIS
<action name=``do_something''>
<condition name=``correct_timing''
class=``OpenXPKI::Server::Workflow::Condition::CorrectTiming''>
<param name=``difference'' value=``48h''/>
</condition></action>
DESCRIPTION
The condition checks if a renewal
SCEP request has the correct timeuntil the certificate becomes invalid. The definition of ``correct'' can betweaked by setting the condition parameter 'difference' to a correspondingtime value. There a two different formats to specify a time difference:
The new format uses a string of the following form ``+yymmddhhmmss'', where ``yy'', ``mm'', ``dd'', ``hh'', ``mm'' and ``ss'' indicates the years, months, days, hours, minutes and seconds of the date.
In the old format, a number without any modifier is interpreted as seconds.Appending 'm' interprets the value as minutes, 'h' as hours, 'd' as daysand 'w' as weeks.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.