I have a signed cert and the intermediate from verisign in x509 format and need to get it into a keystore. I have been playing with keytool to get it working but I am not getting it working. I think the closest I got was
keytool -import -alias mycert -file mycert.crt -keystore mystore.keystore
keytool -import -trustcacerts -alias root -file VerisignIntermediate.crt -keystore mystore.keystore
anyone know how to do this?
keytool -import -alias mycert -file mycert.crt -keystore mystore.keystore
keytool -import -trustcacerts -alias root -file VerisignIntermediate.crt -keystore mystore.keystore
anyone know how to do this?
