Purpose
You can use this statement to create a Keystore, which is used to store keys. A Keystore needs to be created in a transparent data encryption (TDE) scenario. Each tenant can create only one Keystore.
Syntax
ADMINISTER KEY MANAGEMENT CREATE KEYSTORE [keystore_name] IDENTIFIED BY [password] ;
Parameters
| Parameter | Description |
|---|---|
| keystore_name | The name of the Keystore. |
| password | The password for accessing and controlling the Keystore. |
Examples
Create a Keystore named keystore1.
obclient> ADMINISTER KEY MANAGEMENT CREATE KEYSTORE keystore1 IDENTIFIED BY **1***;