keytool questions

Beattie

Golden Member
Sep 6, 2001
1,774
0
0
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?
 

zetsway

Senior member
Nov 8, 2007
721
0
76
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?

What are you trying to do? Are you using this cert for a website or for exchange or some other e-mail?

If it's for a website are you using win 2003/2008 or are you using a cpanel?
 

zetsway

Senior member
Nov 8, 2007
721
0
76
Turning a thing which was apache mod_perl into a tomcat thing. It's a website

Oh sorry can't help you there. I'm use to IIS or cpanel. Funny thing is I created a ton of sites in PHP using apache but never used a SSL....:(