I have the Analytics Backend process up & working. So now I am securing it using the SSL config & keystore.
I have updated application.properties file:
server.ssl.key-store=/Analytics/certs/certificate.jks
server.ssl.key-store-password=<pwd>
And have updated the AWI plugin file.
But when I start the Backend process I get the following in the log file:
Caused by: java.io.IOException: Alias name [null] does not identify a key entry
Can you clarify where in the config/ini files I should specify the "alias" name from the keystore?
Release : 21.0.x
The key store didn't contain a private key.
Create a proper keystore with private/public key pair