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. Data Validation
  12. Bulk File Uploader
  13. Data Vault Administration Tool
  14. Data Vault Logs
  15. User Account Privileges
  16. ssasql Command Line Program
  17. Data Vault Audit Log
  18. Appendix A: Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Step 2. Generate a Host Certificate for the Server

Step 2. Generate a Host Certificate for the Server

Generate a host certificate for the server and provide information for the certificate request.
  1. Generate the host certificate:
    openssl req -newkey rsa:2048 -keyout <server key>.key -nodes -config <conf file name> -out <server cert>.req
    For example:
    openssl req -newkey rsa:2048 -keyout myserver.key -nodes -config openssl.cnf -out myserver.req
    Generating a 2048 bit RSA private key ..............++++++ .++++++ writing new private key to 'host_omega.key' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [US]: State or Province Name (full name) [SampleProvince]: Locality Name (eg, city) [Madison]: Organization Name (eg, company) [SampleOrg]: Second Organization Name (eg, company) [Computer Sciences Department]: Organizational Unit Name (eg, section) [INFA_sample Project]: Common Name (eg, YOUR name) []: server.domain.com ( PROVIDE SERVER HOST NAME WITH FULLY QUALIFIED NAME) Email Address []:someone@something.com
    The default values as shown above in square brackets are from the configuration file. You can input any value or use the default. For common name, provide the fully-qualified domain name of the server for which the certificate is being generated. For example, if the hostname is abc and the domain name is dom.com, the common name is abc.dom.com.

0 COMMENTS

We’d like to hear from you!