Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have generated a key using the following commmand

keytool -genkey -alias tomcat -keyalg RSA -keystore keystore.jks

But I forgot to do -keystore

keytool -genkey -alias tomcat -keyalg RSA 

How do I regenerate keystore.jks without renegerating another new key with same alias?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.