i'm trying to create a new self certified keystore file
the command i use is:
keytool -genkey -selfcert -dname "cn=My Name, ou=Orga unit" -alias selfcertified -keypass somepass -keystore keystore.jks -storepass anotherpass -validity 365
but i always get this annoying error:
keytool error: java.lang.Exception: Keystore file does not exist: keystore.jks
i do not understand why i'm getting this error. the command above should create a new keystore, so why is it complaining about a non existing store?
i would really appreciate any help.
thanks, chris