Configuring Encryption for a Grid Port

Use this procedure to set up encryption for an available grid port. You might do this if you are using a grid port to access an application, such as Talent Management, through the Infor Rich Client.

  1. Access the Grid Management Pages for Landmark and navigate to the Configuration Manager.
  2. Click Routers.
  3. On the Routers page, click the name of the Landmark router that you want to configure.
  4. On the Router dialog box, select the Encryption checkbox.
  5. Enter cipher suites for the SSL negotiation, if desired. Most often it is appropriate to leave this field blank.

    If you leave this field blank, the default cipher suite is used. The default cipher is that which your Java installations deems the most appropriate.

    If you want to view a list of all the available ciphers, see Viewing all available ciphers .

  6. Click Update.
  7. Click Save on the Routers page and then click Save on the confirmation dialog box.

Viewing all available ciphers

You can view a complete list of all available security ciphers through the following command:

java -cp %LAENVDIR%\java\thirdParty\sec-client.jar com.lawson.security.encryption.CipherSuites

The results of this command list all of the supported ciphers for the Java installation. If you want to ensure a specific cipher is used rather than allowing the default selection, you can choose a cipher from the list displayed and enter that value.