I am tring to create a keystore to be used in tomcat but I get the error "java.util.IllegalFormatConversionException: d != java.lang.String" using keytool. This happens only in linux (centos7) but not in windows. I created the keystore with
keytool -genkey -keyalg RSA -alias client -keystore testkeystore -storepass mypassword -validity 3650
and tried to import the certificate with
keytool -import -alias arubaauth -trustcacerts -keystore testkeystore -file root_autenticazione_ATe.cer
The same commands and the same certificate do not show any error in windows.
What is wrong?
Thanks in advance