Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Connectors and Connections
  3. Data Ingestion and Replication connectors
  4. Data Ingestion and Replication connection properties

Connectors and Connections

Connectors and Connections

Generate a truststore

Generate a truststore

To generate a truststore, you need a server certificate. Get the server certificate and perform the following steps to generate the truststore:
  1. Import the server certificate to either of the following directories available within your Secure Agent installation:
    • <Secure Agent installation directory>\jdk\jre\lib\security\cacerts
    • <Secure Agent installation directory>\jdk8\jre\lib\security\cacerts
  2. To generate the truststore, run the following command from the command line:
    keytool -importcert -alias
    <Specify alias name here>
    -file
    <Specify server certificate here>
    -keystore
    <Specify the name of custom truststore to be generated>
    -storepass
    <Specify password for the custom truststore>
    For example,
    keytool -importcert -alias RESTV2CACert -file ca.pem -keystore sampletruststore -storepass JKSTrustStorePassword
    In the example, a truststore file is generated by the name
    sampletruststore
    and password
    JKSTrustStorePassword
    .

0 COMMENTS

We’d like to hear from you!