Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Prerequisites

Prerequisites

Before you generate CA or CA-signed certificates, complete the following prerequisites:
  1. Download and install the OpenSSL toolkit. Add the directory to the PATH environment variable.
  2. Create a directory where you want to generate the keys and certificates. Change directories to that location.
  3. Create a configuration file called
    openssl.cnf
    and depending on the OS, configure it as shown in the topics "OpenSSL Configuration File for UNIX" or "OpenSSL Configuration File for Microsoft Windows." Set the variable OPENSSL_CONF with the following command:
    On UNIX:
    export OPENSSL_CONF=<full path of openssl.cnf_file>
    On Microsoft Windows:
    Set OPENSSL_CONF=< full path of openssl.cnf_file >
  4. Create a directory structure as shown in the following example:
    INFA_sampleSigningCA1, INFA_sampleSigningCA1/ca.db.certs.
    Use the chmod command to give full permissions to these files.
  5. Inside the INFA_sampleSigningCA1 directory, create the files below:
    ca.db.serial
    ,
    ca.db.index
    ,
    ca.db.rand
    Reference the "OpenSSL Configuration File for UNIX" or "OpenSSL Configuration File for Microsoft Windows" topics to configure the contents of these files.
    In the
    ca.db.serial
    file, input value 01, save, and close the file.
    Use the chmod command to give full permissions to these files.

0 COMMENTS

We’d like to hear from you!