Use the following workflow to configure the KMS settings for your encryption environment using the initial configuration script.
Note: Run the script without the KMS configured.
- Install the Requests library.
For details, see Installing the Requests library.
- Download and unzip the kmip.zip file from your storage system:
- URL of the kmip.zip file on the storage system:
https://<service IP address>/download/restapi/kmip.zip
- Script files stored in the kmip.zip file:
- setup_kms.py: Initial configuration script file.
- init_kms.py: Initialization script file.
- block_storage_api.py: Defines the function that generates the request line as a BlockStorage API class.
- storage_param.py: Defines storage system information.
- URL of the kmip.zip file on the storage system:
- Update the parameters in the initial configuration script file (setup_kms.py), and then run the initial configuration script.
For details, see Running the initial configuration script.