Setting up CEP Enrollment Manually
Chapter
25
Setting Up CEP Enrollment
819
There’s an added advantage in determining unique attributes for it allows you to
enforce a rule on the attributes that must be present in the CEP enrollment request.
For example, if you would like to enforce that a particular router be assigned to an
IP address and host name, you could set the
keyAttributes
parameter as follows:
auths.instance.flatfile.keyAttributes=UNSTRUCTUREDNAME,UNSTRUCTURED
ADDRESS,SERIALNUMBER
Once an entry has been found in the authentication-token file, the server tests the
authentication tokens specified in the
authAttributes
parameter against those in
the file. Only if they all match, the server grants the request. For the purposes of
this discussion, let us assume that you define a single authentication token named
pwd
for the challenge password. In this case, you would set the
authAttributes
parameter as follows:
auths.instance.flatfile.authAttributes=pwd
In summary, to implement the automated CEP enrollment process, you need to do
the following:
1.
Decide on authentication credentials for users.
Prepare a list of your CEP enrollees and assign a password to each enrollee.
2.
Prepare the authentication-token file with the credentials.
Create a text file with CEP-enrollee information. The format of the
authentication-token file must be as follows:
<attribute>: <value>
<attribute>: <value>
...
<attribute>: <value>
<attribute>: <value>
Each enrolling user is represented by a sequence of attribute-value pairs,
terminated by a blank line or end-of-file (EOF). The attributes can be any part
of the subject name from the request, for example
SERIALNUMBER
, CN,
OU
,
UID
,
or the challenge password (
pwd
). An example is shown below:
DN: <DN_for_user1>
UNSTRUCTUREDNAME: router32.siroe.com
UNSTRUCTUREDADDRESS: 101.22.33.124
SERIALNUMBER: 239333
pwd: ff93Kd
DN: <DN_for_user1>
Summary of Contents for NETSCAPE MANAGEMENT SYSTEM 4.5
Page 1: ...Installation and Setup Guide Netscape Certificate Management System Version4 5 October 2001...
Page 22: ...22 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 32: ...32 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 162: ...162 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 796: ...796 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 827: ...827 Part 5 Appendix Appendix A Certificate Download Specification...
Page 828: ...828 Netscape Certificate Management System Installation and Setup Guide October 2001...
Page 850: ...850 Netscape Certificate Management System Installation and Setup Guide October 2001...