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.
- In the navigation tree, expand the Configuration node.
- Under the Configuration node, expand the Security node.
- Under the Security node, expand the Realms node.
- Under the Realms node, select the certificate realm.
The Edit Realm page opens.
- In the Additional Properties table on the Edit Realm page, click the Add
Property button.
- In the Name field, type clientAuth.
- In the Value field, type true.
- Click Save.
See Also