使用密钥库导入根证书

使用密钥库导入根证书

我尝试使用密钥库工具将 AmazonRootCA*.cer 导入运行 Coldfusion 2018 的 Web 服务器 (Centos 7.7) cacert 存储。但是我收到了以下消息,我不太清楚这意味着什么

$ /mydisk/cf2018/jre/bin/keytool -import -trustcacerts -alias AmazonRootCA1 -file ~user1234/AmazonRootCA1.cer -keystore /mydisk/cf2018/jre/lib/security/cacerts
Enter keystore password:  
Certificate already exists in system-wide CA keystore under alias <amazonrootca1>
Do you still want to add it to your own keystore? [no]:  no
Certificate was not added to keystore

如何通过比较签名/到期日期来找到这个系统范围的 CA 密钥库,以确保现有的 amazonroot 证书与新的证书(如果是新的)匹配?

什么是“您自己的密钥库”?

说“是”会引起问题吗?

相关内容