Chapter 13. Certificate Profiles
320
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\."
.
13.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.
13.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 13.27. Validity Constraint Configuration Parameters
Summary of Contents for CERTIFICATE SYSTEM 7.3 - ADMINISTRATION
Page 15: ...xv Index 525 ...
Page 16: ...xvi ...
Page 38: ...Chapter 1 Overview 16 Figure 1 4 Certificate System Architecture ...
Page 82: ...Chapter 2 Installation and Configuration 60 rpm ev rhpki manage ...
Page 154: ...132 ...
Page 194: ...172 ...
Page 238: ...216 ...
Page 244: ...222 ...
Page 246: ...224 ...
Page 286: ...264 ...
Page 292: ...270 ...
Page 318: ...Chapter 13 Certificate Profiles 296 Parameter IssuerType_n IssuerName_n ...
Page 321: ...Freshest CRL Extension Default 299 Parameter PointName_n PointIssuerName_n ...
Page 398: ...376 ...
Page 412: ...390 ...
Page 472: ...450 ...
Page 506: ...484 ...
Page 528: ...506 ...
Page 546: ...524 ...