You are here: Application Administration > Service Management Integrations > On-Premise Bridge Agents and Endpoints > How to use On-Premise Bridge agents on Linux

How to use On-Premise Bridge agents on Linux

How to import certificates into an On-Premise Bridge

When you create an integration to Service Management Automation with a remote system that has an SSL address, the certificate of the remote server might need to be imported into the trusted keystore file of the On-Premise Bridge. The cacerts file stores public certificates of the root Certificate Authority (CA). If there is a problem with the connection between the OPB and the remote system, you can check the controller.log file of the OPB for the error defined below. If the error exists, then you may be required to follow the procedure in this section.

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

How to specify credentials using a command line tool

This command line tool enables you to create and manage client-side endpoint credentials. With this tool, you can:

  • List credentials, filtered by endpoint type name
  • Create new credentials for a specified endpoint type
  • Update existing credentials
  • Delete existing credentials

To run the tool:

Run the credentials_mng_console.sh file in the <Agent_installation_directory>/product/util/opb folder.

How to set credentials for Service Management and proxy configuration

Service Management credentials are encrypted and stored on your site in the agentCredentialsStore.xml file, located in the <Agent_installation_directory>/product/conf folder.

Use a command line tool to configure Service Management credentials and proxy configurations.

Run one of the following files:

To run the tool for Service Management credentials:

Run the agentAuthentication.sh file in the <Agent_installation_directory>/product/util/opb folder.

To run the tool for proxy configuration:

Run the proxyConfiguration.sh file in the <Agent_installation_directory>/product/util/opb folder.

For the Service Management configuration, the following command is relevant:

For the proxy configuration, the following commands are relevant:

 

Related Topics Link IconRelated Topics