简体   繁体   中英

Could not find the created file by keytool genkeypair

I just ran the command

keytool -genkeypair

but do not find the created JKS file.

If the file is not specified the default location is

${USER_HOME}/.keystore

(both on Windows and Linux systems)

Otherwise, you have the option to specify the file explicitly

keytool -genkeypair -keystore mykey.jks

which creates the mykey.jks in the active directory

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM