我正在尝试创建要在 tomcat 中使用的密钥库,但使用 keytool 时出现错误“java.util.IllegalFormatConversionException: d != java.lang.String”。这仅在 linux (centos7) 中发生,但在 Windows 中不会发生。我创建了密钥库
keytool -genkey -keyalg RSA -alias client -keystore testkeystore -storepass mypassword -validity 3650
并尝试使用
keytool -import -alias arubaauth -trustcacerts -keystore testkeystore -file root_autenticazione_ATe.cer
相同的命令和相同的证书在 Windows 中不会显示任何错误。
怎么了?
提前致谢