Purpose
This statement is used to create a Keystore object, which is used to store keys. In transparent encryption scenarios, a Keystore object must be created for each tenant, and only one Keystore object can be created per tenant.
Syntax
ADMINISTER KEY MANAGEMENT CREATE KEYSTORE [keystore_name] IDENTIFIED BY [password] ;
Parameters
| Parameter | Description |
|---|---|
| keystore_name | Specifies the name of the Keystore. |
| password | Specifies the password for accessing the Keystore. |
Examples
Create a Keystore object named keystore1.
obclient> ADMINISTER KEY MANAGEMENT CREATE KEYSTORE keystore1 IDENTIFIED BY **1***;