To Enable Mutual Authentication for All Applications

In mutual authentication, both server and client-side authentication are enabled. To test mutual authentication, a client with a valid certificate must exist. For information on mutual authentication, see the Security section of the Java EE 5 Tutorial.

The Enterprise Server uses the certificate realm for HTTPS authentication.

  1. In the navigation tree, expand the Configuration node.
  2. Under the Configuration node, expand the Security node.
  3. Under the Security node, expand the Realms node.
  4. Under the Realms node, select the certificate realm.

    The Edit Realm page opens.

  5. In the Additional Properties table on the Edit Realm page, click the Add Property button.
    1. In the Name field, type clientAuth.
    2. In the Value field, type true.
  6. Click Save.
See Also