Search code examples
axiskeystorewso2

WSO-AM 1.5.0: Change keystore


I have changed the carbon.xml file and axis2.xml to point to my own key-store. But when I start the wso2-am, the log says:

WARN - ValidationResultPrinter The default keystore (wso2carbon.jks) is currently being used. To maximize security when deploying to a production environment, configure a new keystore with a unique password in the production server profile.

Exmaple from axis2.xml

    <KeyStore>
        <Location>/data/wso2/certs/ibridge.jks</Location>
        <Type>JKS</Type>
        <Password>****</Password>
        <KeyPassword>****</KeyPassword>
    </KeyStore>

Solution

  • Did you point your jks file in the secret-conf.properties file (AM_HOME\repository\conf\security)?