5 KSS Keystore Management

You can view and manage Keystore Service (KSS) keystores using a set of representational state transfer (REST) resources, as summarized below.

Before using the REST API, you need to understand how to access the REST resources and other important concepts. See "About the REST API".

For more information about KSS keystore management, see "Configuring the OPSS Keystore Service for Message Protection" in Security and Administrator's Guide for Web Services.

Table 5-1 KSS Keystore Management REST Resources

Section Method Resource Path

Create a KSS Keystore

POST

/idaas/platform/admin/v1/keystoreservice

Import a KSS Keystore

POST

/idaas/platform/admin/v1/keystoreservice/keystore

Update the Password for a KSS Keystore

PUT

/idaas/platform/admin/v1/keystoreservice

Import a Trusted Certificate into a KSS Keystore

POST

/idaas/platform/admin/v1/keystoreservice/certificates

View All KSS Keystores for a Stripe

GET

/idaas/platform/admin/v1/keystoreservice/{stripeName}

View the Alias for the KSS Keystore

GET

/idaas/platform/admin/v1/keystoreservice/alias/{stripeName}/{keystoreName}/{entryType}

View a Trusted Certificate in the KSS Keystore

GET

/idaas/platform/admin/v1/keystoreservice/certificates

Delete a Certificate from a KSS Keystore

DELETE

/idaas/platform/admin/v1/keystoreservice/certificates

Create a Secret Key for a KSS Keystore

POST

/idaas/platform/admin/v1/keystoreservice/secretkey

View Secret Key Properties for a KSS Keystore

GET

/idaas/platform/admin/v1/keystoreservice/secretkey

Delete a KSS Keystore

DELETE

/idaas/platform/admin/v1/keystoreservice