将Google/iTunes的根证书导入WebSphere Application Server - Liberty Profile 8.5.5.1

问题描述:

我试图配置WebSphere Application Server - Liberty Profile 8.5.5.1以支持公共应用程序商店中的应用程序并遵循以下链接:[http://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.installconfig.doc/appcenter/t_ac_applinks_google.html][1]将Google/iTunes的根证书导入WebSphere Application Server - Liberty Profile 8.5.5.1

它说我必须将Google Play的根证书导入到WebSphere信任存储中。这是我被卡住的部分,因为我不知道如何打开自由配置文件控制台。

Liberty个人资料还没有控制台。整个配置保存在server.xml文件中。 在该文件中,你会发现参考密钥库,就像这样:

<feature>ssl-1.0</feature> 
<keyStore id="defaultKeyStore" password="password" /> 

如果使用默认设置,你应该有key.jks文件中的serverName\resources\security\key.jks

然后你需要添加证书有使用一些工具,例如keytool或ikeyman(如果您手边有完整的WAS)。 keytool示例:

keytool -importcert -alias certAlias -file certificate.crt -keystore key.jks