Table of Contents

Search

  1. Preface
  2. Introduction to Dynamic Data Masking Administration
  3. Authentication
  4. Security
  5. Connection Management
  6. JDBC Client Configuration
  7. ODBC Client Configuration
  8. Access Control
  9. Logs
  10. High Availability
  11. Server Control
  12. Performance Tuning
  13. Troubleshooting
  14. Appendix A: Database Keywords

Administrator Guide

Administrator Guide

SetKeyStore

SetKeyStore

Changes a default key store to a custom key store, or a custom key store to a default key store.
To change the key store from default to custom, you provide the custom key store name and alias in the command. To change the key store from custom to default, you provide the database user name and password within the command. In both scenarios you must provide the database path.
The command uses the following syntax:
server config setKeyStore -path <path> [-storeName <storeName> -alias <alias>] | [-user <user> -password <password>]
Path is a required parameter. If you want to change the key store from default to custom, both key store name and alias are required parameters. If you want to change the key store from custom to default, both user name and password are required parameters. Do not use both sets of parameters in the same command invocation.
You can also set another alias in a database object. The alias must already exist in the designated key store. You can set the alias, the key store name, or both.
The setKeyStore command uses the following parameters:
path
Path to the database configured for use with the key store that you want to change.
storeName
Name of the key store that you want to change.
alias
Alias name of the key store.
user
Username to access the database configured for use with the key store.
password
Password for the database configured for use with the key store.

0 COMMENTS

We’d like to hear from you!