Keytool without keystore
问题 I have a question about keytool.. I would to use this command: keytool -importkeystore -srckeystore foo.jks -destkeystore foo.p12 -srcstoretype jks -deststoretype pkcs12 Can I don't specify the srckeystore? I need this request because I don't know my keystore that I use.. :) I created the certificate in this way: keytool -genkey -alias myalias -keyalg RSA -keysize 2048 so, I don't have specified the keystore...In this way, Keytool which keystore will use? 回答1: If you use the keytool command