Browser Detection Script checks if Internet Explorer 5.5 is being used and adjusts the font size if it is.

Adding Custom Policies

The default policy plug-ins shipped with Oracle Certificate Authority are generic. You may need to enhance the default policy framework to suit your organization by writing custom policy plug-ins. Application programming interfaces (APIs) are provided to get information about certificate requests, certificates, and other generic functions. Adding a policy is also referred to as registering a policy with Oracle Certificate Authority.

To add a custom policy:

  1. Write a Java class that implements the OCACustomPolicyPlugin interface.

  1. Package your custom policy Java class into a .jar file and place it in the following location, depending on your platform:

If the policy subdirectory does not exist, then create it.

  1. To register your custom policy with Oracle Certificate Authority, log in to the administrative Web GUI.

  2. On the main Policy page of the Configuration Management tab, select the Operation type for the custom policy you want to add and click Go. The Policy Rules page for that Operation appears.

  3. On the Policy Rules page for the Operation type you selected, click Add, which is located on the rightmost side of the page. The Custom Policy Details page appears.

  4. On the Custom Policy Details page, enter the information for your custom policy into the provided fields. The following describes the type of information each field requires:

  1. Check Enable this policy to activate the custom policy and click OK. A message appears confirming that a new policy has been added.

  2. Check that the policy precedence is what you want for this policy. See Reordering Policy Precedence

  3. Restart the Oracle Certificate Authority server for your custom policy to take effect. See Starting and Stopping Oracle Certificate Authority Server

Related Topics

Viewing Policies

Editing Policies

Enabling Policies

Disabling Policies

Deleting Policies

Reordering Policy Precedence

Policy Management