...
2.1. Repeat the commands, using <keyAlias>
to add the alias for the password. For example, run the Linux commandcommand:
Windows:
Code Block |
---|
"%JAVA_HOME%\bin\keytool" -importpass -alias 123xyz -keystore C:\secure\hidden.jks -storetype PKCS12 |
Linux:
Code Block |
---|
$JAVA_HOME/bin/keytool -importpass -alias 123xyz -keystore C:\secure\hidden.jks -storetype PKCS12 |
...