Table of Contents

Search

  1. Preface
  2. Introduction to TDM Administration
  3. User and Role Administration
  4. Security Administration
  5. System Preferences
  6. TDM Server Administration
  7. Connections
  8. Pass Phrases
  9. Global Parameters
  10. Dictionaries
  11. User-Defined Datatypes

Administrator Guide

Administrator Guide

Creating a Keystore File for SSL

Creating a Keystore File for SSL

Before you can enable SSL, you must export the SSL certificate that you want to use. Use the
keytool
utility bundled with Java to create a keystore file.
  1. Open a command prompt in Windows or a terminal in Linux or UNIX.
  2. Run the following command:
    keytool -import -file
    company_certificate.cer
    -keystore client.ks
  3. The utility prompts you to enter a keystore password.
    The command creates a keystore file called
    client.ks
    .
  4. Save the keystore file to a directory. You must provide the location of the keystore file when you create or edit the Test Data Manager Service properties.

0 COMMENTS

We’d like to hear from you!