|
NAMEOpenXPKI::Server::Workflow::Validator::ValidityWindow SYNOPSIS global_validity_window
param:
error: Error message
arg:
- $notbefore
DESCRIPTIONValidates a given notbefore/notafter date pair. It first checks both values to be a proper unix timestamp (or empty). Second, it checks if notafter > now and notafter > notbefore. Setting notbefore in the past is supported! The validator definition can have a custom error parameter.
|