server.ssl.key-store-password encryption in application.properties
book
Article ID: 103943
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation EngineAUTOMIC WORKLOAD AUTOMATION
Issue/Introduction
Can the server.ssl.key-store-password=, which is part of the application.properties mentioned in the chapter "Securing the Backend" be encrypted with UCYBCRYP?
Environment
Release: Component: AANYOP
Resolution
The server.ssl.key-store-password is a spring boot variable and not a custom one. It is not possible to use an encrypted password here.
A workaround would be to define an environment variable and put the clear text password in the variable before starting the back end: