I have a credential store temp.jceks in code repository with default application passwords for developers. When a production build is generated, the store is added in windows installer. While installation, I need to change the store password to something else? I know the java keystore password can be changed using keytool, so inn similar line, I was hoping the wildfly credential store password can also be changed but I do not see any option to do so with these information below.
https://wildscribe.github.io/WildFly/11.0/subsystem/elytron/credential-store/index.html
Any other option to secure the credential store password will be helpful.
Thank you!