Table of Contents

Search

  1. Preface
  2. Introduction to REST V2 Connector
  3. Connections for REST V2
  4. REST V2 operations
  5. Mappings and mapping tasks with REST V2 Connector
  6. Swagger File Generation
  7. Appendix A: Swagger objects
  8. OpenAPI objects

REST V2 Connector

REST V2 Connector

Secure communication with TLS authentication

Secure communication with TLS authentication

Configure TLS authentication to establish one-way or two-way secure communication between the Secure Agent and the REST API over TLS.
To establish one-way secure communcation, perform the following steps:
  1. Generate the truststore. For more information on the steps, see
    Generate a Truststore
    .
  2. Configure the REST V2 connection for one-way SSL. You can specify the truststore file and truststore password in the connection, or set them in the JVM options of the Secure Agent.
To establish two-way secure communcation, you must first configure one-way secure communication, and then perform the following steps:
  1. Generate the keystore. For more information on the steps, see
    Generate a Keystore
    .
  2. Configure the REST V2 connection for two-way SSL. You can specify the keystore file and keystore password in the connection, or set them in the JVM options of the Secure Agent.
If you specify keystore and truststore properties in the connection and in the JVM options, the Secure Agent processes the certificates based on the properties configured in the connection.

0 COMMENTS

We’d like to hear from you!