This section contains a description of the security parameters unique to the SAP Portal driver.
For additional information about securing your Identity Manager system, see the Identity Manager 3.6 Security Guide.
To increase security, you can configure the SAP Portal driver to communicate over HTTPS, then create a secure connection for it to use.
To create a secure connection:
Create a server certificate in iManager.
In the view, click .
Browse to and select the server object where the SAP Portal driver is installed.
Specify a certificate nickname.
Select as the creation method, then click .
Click , then click .
Export a self-signed certificate from the certificate authority in eDirectory™.
In the view, click .
Select your tree’s certificate authority object, then click .
It is usually found in the Security container and is named something like TREENAME CA.Security.
Click .
Click .
When you are asked if you want to export the private key with the certificate, click , then click .
Depending on the client to be accessing the Web service, select either or for the certificate, then click .
If the client uses a Java-based keystore or trust store, then you can choose either format.
Click .
Click and browse to a known location on your computer.
Click , then click .
Import the self-signed certificate into the client’s trust store:
Use the keytool executable that is included with any Java* JDK*.
For more information on keytool, see Keytool - Key and Certificate Management Tool.
Import the certificate into your trust store or create a new trust store by entering the following command at a command prompt:
keytool -import -file name_of_cert_file -trustcacerts -noprompt -keystore filename -storepass password
For example:
keytool -import -file tree_ca_root.b64 -trustcacerts -noprompt -keystore dirxml.keystore -storepass novell
Configure the Subscriber channel to use the trust store you created in Step 3:
In iManager, in the view, click .
Locate the driver set containing the SAP Portal driver, then click the driver’s icon to display the Identity Manager Driver Overview page.
On the Identity Manager Driver Overview page, click the driver’s icon again, then scroll to .
In the setting, specify the path to the trust store you created in Step 3.
Click , then click .