Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
where
<keytool>
depends on OS or command tool:"%JAVA_HOME%\bin\keytool.exe"
&"$env:JAVA_HOME\bin\keytool.exe"
$JAVA_HOME/bin/keytool
Changing Keystore Entries
It is not possible change a username or password when it is . Instead you have to:keytool -delete
command; see Keystore Syntax, above.keytool -importpass
command, using the same aliasFor the commands, see Keystore Syntax, above.
Tip |
---|
If you change an alias, remember to update any configuration files that use the alias. |
How PhixFlow authenticates to its database using a keystore
Details used in the diagram | ||
---|---|---|
Keystore file name | hidden.jks | |
Keystore password | storepw | |
Environment variable name | KEY_PASS | |
Environment variable value (the keystore password) | storepw | |
PhixFlow database credentials | Username | Password |
Actual |
| P*59word |
Alias | phixflow-database-user | phixflow-database-password |
Note |
---|
The default keystore filename set in |