Configuring The Request Queues - Red Hat CERTIFICATE SYSTEM 8.0 - ADMINISTRATION Admin Manual

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

Advertisement

Chapter 2. Making Rules for Issuing Certificates
7. Update the descriptions and names in the index.vm file. Update the docroot paths to the
example/ directory and, if the related certificate and renewal forms were renamed and are being
used for the new profile, then change referenced .cgi the file names.
<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
<a href="/ee/index.cgi">RA Services</a> : <a href="/ee/example/index.cgi">Example RA
Profile</a><br />
</font><br>
<p>
This is an example profile.
<p>
<center>
<table borer="0" cellspacing="0" cellpadding="0">
<tr valign="TOP">
<td>
<font size=4 face="PrimaSans BT, Verdana, sans-serif">
<li><a href="example.cgi">New Example Cert</a></li>
</font>
</td>
</tr>
<tr valign="TOP">
<td>
<font size=4 face="PrimaSans BT, Verdana, sans-serif">
<li><a href="example-renew.cgi">Renewing an Example Cert</a></li>
</font>
</td>
</tr>
</table>
</center>
8. Edit every .cgi and .vm so that the specified directories all point to the new example/ directory.
For example:
vim example.cgi
...
my $result = $parser->execute_file_with_context("ee/example/example.vm",
...
vim example.vm
...
example.vm:<a href="/ee/example/index.cgi">Example Certificate</a><br />
...

2.3.3. Configuring the Request Queues

For the new profile to be used in the RA, the last step is to create the request queue policy in the
CS.cfg file for the RA instance.
2.3.3.1. Overview of Request Queue Plug-ins
Both the existing plug-ins and additional libraries can be used to create custom profiles or custom
behaviors for the RA.
50

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?

Table of Contents