4 Managing Java Keystore Keystores

You can view and manage Java Keystore (JKS) keystores within a domain 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 information about JKS keystore management, see "Configuring Keystores for Message Protection" in Security and Administrator's Guide for Web Services.

Task Method Resource Path
GET All Aliases Trusted Certificate JKS Keystore Method GET /idaas/platform/admin/v1/keystore
POST Specified Alias Trusted Certificate JKS Keystore Method POST /idaas/platform/admin/v1/keystore/{alias}
POST PKCS#7 Trusted Certificate JKS Keystore Method POST /idaas/platform/admin/v1/keystore/pkcs7/{alias}
GET Specified Alias Trusted Certificate JKS Keystore Method GET /idaas/platform/admin/v1/keystore/{alias}
DELETE Trusted Certificate JKS Keystore Method DELETE idaas/platform/admin/v1/keystore/{alias}