Previous Topic: Enable Secured Communication between Java SDKs and CA AuthMinder ServerNext Topic: Enable Two-Way SSL


Enable One-Way SSL

Follow these steps:

  1. Access the Administration Console in a Web browser.
  2. Verify that you are logged in as the MA.
  3. Click the Services and Server Configurations tab in the main menu.
  4. Verify that the CA Strong Authentication 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 CA AuthMinder Server instance. See Restarting a Server Instance for instructions on how to restart the CA AuthMinder Server.
  11. Navigate to the following location:
  12. Open the webfort.authentication.properties file in an editor window.
    1. Set the following parameters:
      • authentication.transport = 1SSL (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.

      Note: See "Configuration Files and Options" the in CA AuthMinder Installation Guide for more information about 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.

      Note: See "Configuration Files and Options" in the CA AuthMinder Installation Guide for more information about the webfort.issuance.properties file.

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