Red Hat CERTIFICATE SYSTEM 8.0 - ADMINISTRATION Admin Manual page 71

Hide thumbs Also See for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION:
Table of Contents

Advertisement

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
Creating RA Enrollment Forms
49

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 8.0 - ADMINISTRATION and is the answer not in the manual?

Questions and answers

Table of Contents