Question
Bank of Nova Scotia
CA
Last activity: 9 Aug 2019 11:08 EDT
How to Automate Deployment of Keystore Data Instances
In our application, we need a Keystore that is in turn used to generate JWT. When saving the Keystore in development, we uploaded the JKS file and entered the password.
In the Production Environment, the JKS file and password will be provided by the organization's crypto team at the time of deployment.
My question is, how can this be automated? Even if the JKS file is provided ahead of time, how can the Keystore password be saved / referenced automatically without human touch?