Creating RA Enrollment Forms
49
cp -r user/ example/
3. Edit the main index file for the end-entities directory to add the new example profile to the list of
available profiles:
vim index.vm
...
snip
...
<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
RA EE Services
</font><br>
<p>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="TOP">
<td>
<font size=4 face="PrimaSans BT, Verdana, sans-serif">
<li><a href="/ee/example/index.cgi">Example Profile</a></li>
</font>
</td>
</tr>
<tr valign="TOP">
<td>
<font size=4 face="PrimaSans BT, Verdana, sans-serif">
<li><a href="/ee/scep/index.cgi">SCEP Enrollment</a></li>
</font>
</td>
</tr>
...
snip
...
4. Open the new profile directory.
cd example/
5. The user profile directory has three main sets of files:
•
index.cgi
and
index.vm
are all used to generate the index page
•
renew.cgi
,
renew.vm
,
renewal.cgi
, and
renewal.vm
are all used to process renewal
requests
•
user.cgi
,
user.vm
,
submit.cgi
, and
submit.vm
are all used to create and submit new
certificate requests
The
index.cgi
file is cited in the main end-entities index file.
6. Optionally, rename the files.
index.cgi
and
index.vm
should stay the same.
mv user.cgi example.cgi
mv user.vm example.vm
mv renew.cgi example-renew.cgi
mv renew.vm example-renew.vm
mv renewal.cgi example-renewal.cgi
mv renewal.vm example-renewal.mv
mv submit.cgi example-submit.cgi
mv submit.vm example-submit.vm
Summary of Contents for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Page 42: ...20 ...
Page 43: ...Part I Setting up Certificate Services ...
Page 44: ......
Page 190: ...168 ...
Page 208: ...186 ...
Page 223: ...Part II Additional Configuration to Manage CA Services ...
Page 224: ......
Page 256: ...234 ...
Page 270: ...248 ...
Page 280: ...258 ...
Page 292: ...270 ...
Page 293: ...Part III Managing the Subsystem Instances ...
Page 294: ......
Page 408: ...386 ...
Page 438: ...416 ...
Page 439: ...Part IV References ...
Page 440: ......
Page 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Page 504: ...482 ...
Page 556: ...534 ...
Page 564: ...542 ...