4 JKS Keystore Management

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
View All Aliases in the JKS Keystore GET /idaas/platform/admin/v1/keystore
Import a Trusted Certificate into the JKS Keystore POST /idaas/platform/admin/v1/keystore/{alias}
Import a Trusted PKCS#7 Certificate into the JKS Keystore POST /idaas/platform/admin/v1/keystore/pkcs7/{alias}
View a Trusted Certificate in the JKS Keystore GET /idaas/platform/admin/v1/keystore/{alias}
Delete a Trusted Certificate from the JKS Keystore DELETE idaas/platform/admin/v1/keystore/{alias}