我已将carbon.xml文件和axis2.xml更改为指向我自己的密钥存储区。但是当我启动wso2-am时,日志说:
WARN - ValidationResultPrinter默认密钥库(wso2carbon.jks) 目前正在使用。在部署到a时最大限度地提高安全性 在生产环境中,配置一个具有唯一性的新密钥库 生产服务器配置文件中的密码。
来自axis2.xml的例子
<KeyStore>
<Location>/data/wso2/certs/ibridge.jks</Location>
<Type>JKS</Type>
<Password>****</Password>
<KeyPassword>****</KeyPassword>
</KeyStore>
答案 0 :(得分:1)
答案 1 :(得分:0)
您是否将jks文件指向secret-conf.properties文件(AM_HOME \ repository \ conf \ security)?
答案 2 :(得分:0)
在创建KeyStore时,您是否指定wso2carbon作为别名?当服务器启动时,它将搜索具有wso2carbon别名的KeyStore,如果找到任何,它将假定正在使用默认密钥库。如果是这种情况,请尝试给出不同的别名。