以下命令将用户主目录下 generated-key.p12 中的证书导出到用户主目录下 soar/3.0/jaxr-ebxml/security/keystore.jks 的 JKS 密钥库中。源密钥库密码是用户在 Registry 中注册时提供的密码。目标密钥库密码是默认值 ebxmlrr。全都在一行中指定命令。
admin> keystoreMover -sourceKeystorePath /home/myname/generated-key.p12 -sourceKeystorePassword mypass -destinationKeystorePath /home/myname/soar/3.0/jaxr-ebxml/security/keystore.jks -destinationKeystorePassword ebxmlrr |