ValidityConstraints Plug-in Module
Chapter
3
Constraints Policy Plug-in Modules
123
The configuration shown in Figure 3-13 creates a policy rule named
ValidityForClientCert
, which enforces a rule that all client certificates requested
by end users in an organizational unit (
OU
) called Marketing are valid for at least 60
days (two months) and require renewing after 180 days (six months).
Table 3-13 gives details about each of the parameters.
Table 3-13
Description of parameters defined in the ValidityConstraints module
Parameter
Description
enable
Specifies whether the rule is enabled or disabled. Check the box to enable the rule
(default). Uncheck the box to disable the rule.
• If you enable the rule and set the remaining parameters correctly, the server sets
the configured validity period in certificates specified by the
predicate
parameter.
• If you disable the rule, the server does not set the configured validity period in
certificates; it sets the validity period to the one specified in the request.
predicate
Specifies the predicate expression for this rule. If you want this rule to be applied to
all certificate requests, leave the field blank (default). To form a predicate expression,
see section “Using Predicates in Policy Rules” in Chapter 18, “Setting Up Policies” of
CMS Installation and Setup Guide.
Example:
HTTP_PARAMS.certType==client AND
HTTP_PARAMS.OU==Marketing
minValidity
Specifies the minimum validity period, in days, for certificates.
Permissible values: An integer greater than zero and less than the value specified by
the
maxValidity
parameter. The default value is 180 days.
Example:
60
maxValidity
Specifies the maximum validity period, in days, for certificates.
Permissible values: An integer greater than zero and also greater than the value
specified by the
minValidity
parameter. The default value is 730 days.
Example:
180
Summary of Contents for Certificate Management System 6.01
Page 1: ...Plug Ins Guide Netscape Certificate Management System Version6 01 May 2002...
Page 10: ...10 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide May 2002...