Previous Topic: Setting up SSLNext Topic: Two-Way SSL


One-Way SSL

To enable SSL communication mode between Java SDKs and AuthMinder Server:

  1. Access the Administration Console in a Web browser.
  2. Ensure that you are logged in as the MA.
  3. Activate the Services and Server Configurations tab in the main menu.
  4. Ensure that the WebFort tab in the submenu is active.
  5. Under the Instance Configurations section, click the Protocol Management link to display the Protocol Configuration page.
  6. Select the Server Instance for which you want to configure the protocols.
  7. In the List of Protocols section, click the Transaction Native protocol link

    The page to configure the protocol appears.

  8. Configure the following fields:
  9. Click the Save button.
  10. Restart the AuthMinder Server instance.
  11. Navigate to the following location:
  12. Open the webfort.authentication.properties file in an editor window.
    1. Set the following parameters:
      • authentication.transport = SSL (By default, this parameter is set to TCP.)
      • authentication.serverCACertPEMPath = <absolute_path_of_Root_Certificate_in_PEM_FORMAT>

      For example, you can specify authentication.serverCACertPEMPath = <install_location>/certs/<ca_cert>.pem.

      Book: Refer to appendix, "Configuration Files and Options" in the CA AuthMinder Installation and Deployment Guide for more information on the webfort.authentication.properties file.

    2. Save the changes and close the file.
  13. Open the webfort.issuance.properties file in an editor window.
    1. Set the following parameters:
      • issuance.transport = SSL (By default, this parameter is set to TCP.)
      • issaunce.serverCACertPEMPath = <absolute_path_of_Root_Certificate_in_PEM_FORMAT>

      For example, you can specify issuance.serverCACertPEMPath = <install_location>/certs/<ca_cert>.pem.

      Book: Refer to appendix, "Configuration Files and Options" in the CA AuthMinder Installation and Deployment Guide for more information on the webfort.issuance.properties file.

    2. Save the changes and close the file.
  14. Restart the application server where Java SDKs are deployed.