Configuring Keystores in WSO2 Products

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Keystores in WSO2 Products

Configurations in the Identity Server

  • Make the following changes in the <PRODUCT_HOME>/repository/conf/identity.xml file.

    <Security> <UserTrustedRPStore> <!-- Keystore password --> <Password>wso2carbon</Password> <!-- Private Key password --> <KeyPassword>wso2carbon</KeyPassword> </UserTrustedRPStore> </Security> <EntitlementSettings> ... <ThirftBasedEntitlementConfig> ... <KeyStore> <Location>${carbon.home}/repository/resources/security/<jks name>.jks</Location> <Password><jks store password></Password> </KeyStore> </ThirftBasedEntitlementConfig> </EntitlementSettings>