keystore-credstore
Installation
SKILL.md
Keystore Service
Migrate keystore and password storage to SAP Credential Store.
Purpose
Replace Neo's KeyStoreService and PasswordStorage JNDI resources with SAP Credential Store service using mTLS authentication and REST API.
Detection
This skill applies if any of these patterns are found:
In web.xml
<resource-ref>
<res-ref-name>KeyStoreService</res-ref-name>
<res-type>com.sap.cloud.crypto.keystore.api.KeyStoreService</res-type>
</resource-ref>