Editing internal keystores
You can edit your internal keystores in Unified Key Orchestrator with the UI, or programmatically with the Unified Key Orchestrator API.
Editing internal keystores with the UI
To edit the details of an internal KMS keystore by using the UI, complete the following steps:
-
Click Keystores from the navigation to view all the available keystores.
-
Click the internal keystore that you want to edit. The Details side panel is displayed.
-
Click Edit to update the Keystore name and Description.
The keystore name must be of 1 to 100 characters in length. The first character must be a letter (case-sensitive) or digit (0-9). The rest can also be symbols (.-_) or spaces. The description can be up to 200 characters in length.
You can filter and search the keys that are distributed to this keystore, but you cannot edit key details or change key states from the side panel. To edit the details of the keys, see Editing key details.
-
Click Save to save the changes.
You can search for a specific keystore by using the search bar, or filter keystores based on your needs by clicking the Filter icon in the Keystores table.
Editing internal keystores with the API
To edit the details of an internal keystore through the API, follow these steps:
-
Retrieve your service and authentication credentials to work with keystores in the service.
-
Update an internal keystore by making a
PATCH
call to the following endpoint.https://<instance_ID>.uko.<region>.hs-crypto.appdomain.cloud/api/v4/keystores/<id>
Replace
<id>
with the ID of your keystore.For detailed instructions and code examples about using the API method, check out the Hyper Protect Crypto Services Unified Key Orchestrator API reference doc.
What's next
-
To find out instructions on adding an internal keystore, check out Creating internal keystores.
-
To find out how to delete an internal keystore, check out Deleting internal keystores.