ISTQB Certified Software Test Engineer

Sunday, May 9, 2010

Keytool commands

keytool -alias selenium -import -file cybervillainsCA.cer -keystore selenium.keystore
keytool -printcert -file certfile.cer
keytool -list -keystore selenium.keystore
keytool -import -trustcacerts -file cybervillainsCA.cer

these are some of the important commands while generating keystore files

I will update more commands asap

No comments:

Post a Comment