racli alter keystore
Creates a TDE master key for the Recovery Appliance, generates new keys, or changes the password for the keystore on the Recovery Appliance.
Syntax
racli alter keystore { --initalize_key | --restart_db | --password | --rekey }
Options
-
--rekey -
Generates new TDE master encryption key (rekey) for the Recovery Appliance. Keys for protected databases are created using
dmbs_ra.key_rekey. -
--password -
Specifies a new password for the keystore.
-
--initialize_key -
Generates the initial TDE master key for the keystore.
-
--restart_db -
Restarts the database stack after changes to the keystore to ensure they are honored at service restart.
Details
Creates a TDE master key for the Recovery Appliance, generates new keys, or changes the password for the keystore on the Recovery Appliance.
Examples
The following example restarts the database stack following a keystore change.
racli alter keystore --restart_db