
Chapter 12. Certificate Profiles
286
like
uid=user, o=Example, c=US
satisfies the pattern
uid=.*
. The subject name
cn=user,
o=example,c=US
does not satisfy the pattern.
uid=.*
means the subject name must begin with the
uid
attribute; the period-asterisk (
.*
) wildcards allow any type and number of characters to follow
uid
.
It is possible to require internal patterns, such as
.*ou=Engineering.*
, which requires
the
ou=Engineering
attribute with any kind of string before and after it. This matches
cn=jdoe,ou=internal,ou=west coast,ou=engineering,o="Example Corp",st=NC
as
well as
uid=bjensen,ou=engineering,dc=example,dc=com
.
Lastly, it is also possible to allow requests that are either one string or another by setting a
pipe sign (
|
) between the options. For example, to permit subject names that contain either
ou=engineering,ou=people
or
ou=engineering,o="Example Corp"
, the pattern is
.*ou=engineering,ou=people.* | .*ou=engineering,o="Example Corp".*
.
NOTE
For constructing a pattern which uses a special character, such as a period (
.
), escape
the character with a back slash (
\
). For example, to search for the string
o="Example
Inc."
, set the pattern to
o="Example Inc\."
.
12.8.10. Unique Subject Name Constraint
The Unique Subject Name constraint restricts the server from issuing multiple certificates with the
same subject names. When a certificate request is submitted, the server automatically checks the
nickname against other issued certificate nicknames. This constraint can be applied to certificate
enrollment through the end-entities' page.
The Unique Subject Name constraint has no configuration parameters.
12.8.11. Validity Constraint
The Validity constraint checks if the validity in the certificate request satisfies the criteria.
Parameter
Description
range
The range of the validity period. This is an integer which set
the number of days.
Table 12.27. Validity Constraint Configuration Parameters
Содержание CERTIFICATE SYSTEM 7.2 - MIGRATION GUIDE
Страница 36: ...Chapter 1 Overview 16 Figure 1 4 Certificate System Architecture ...
Страница 144: ...124 ...
Страница 160: ...140 ...
Страница 208: ...188 ...
Страница 210: ...190 ...
Страница 256: ...236 ...
Страница 282: ...Chapter 12 Certificate Profiles 262 Parameter IssuerName_n IssuerType_n ...
Страница 285: ...Freshest CRL Extension Default 265 Parameter PointName_n PointIssuerName_n ...
Страница 335: ...Configuring Mappers 315 Figure 14 9 Selecting a New Mapper Type 6 Edit the mapper instance and click OK ...
Страница 362: ...342 ...
Страница 376: ...356 ...
Страница 436: ...416 ...
Страница 490: ...470 ...
Страница 504: ...484 ...