Tuesday 7 February 2023

How to remove the password for a key in keystore?

Set the key password as same as keystore password to remove the password for a key. You can set the password to an alias by executing below command.

keytool -keypasswd  -alias {alias_name} -keystore {key_store}


Previous                                                 Next                                                 Home

No comments:

Post a Comment