从 CA 收到电子邮件后,遵循此过程将证书导入到 Oracle Fabric Manager 主机。
keytool -import -trustcacerts -alias primaryintermediate -keystore /opt/xsigo/xms/conf/xms_cacerts -file /opt/xsigo/xms/conf/primary_inter.cer
keytool -import -trustcacerts -alias secondaryintermediate -keystore /opt/xsigo/xms/conf/xms_cacerts -file /opt/xsigo/xms/conf/secondary_inter.cer
keytool -import -trustcacerts -alias xms -keystore /opt/xsigo/xms/conf/xms_cacerts -file /opt/xsigo/xms/conf/ssl_cert.cer
出现提示时,键入密钥库的密码。密钥库是 Oracle Fabric Manager 主机上的一个数据库,其中包含所有公钥和签名证书。安装签名证书时,您必须再次键入密钥库的密码。
keytool -list -v -keystore /opt/xsigo/xms/conf/xms_cacerts Enter keystore password: enter your keystore password
keystoreFile="conf/xms_cacerts" keystorePass=keystore-password
例如:
如果证书已正确安装,证书错误页面应不再显示。如果以前的浏览器会话运行了 Oracle Fabric Manager,请先彻底关闭浏览器,然后在安装证书后重新登录到 Oracle Fabric Manager。此操作将清除浏览器高速缓存。