Configuring IFM to use certificates

This topic provides information about configuring IFM to use certificates.

The IFM server configuration file must be modified to point to the keystore file you have created and also to provide the password for the keystore file. Locate the server.prop file (default location is /ofm/data) and add the following entries:

            sslKeystore=<ksfile> 
sslPassword=<kspassword>  
         
The term <ksfile> is the fully qualified name of the keystore file. The term <crtfile> is the password for the keystore file. Do not include the "<>" characters. For example:
                sslKeystore=/etc/jettyks
 sslPassword=passw0rd