Problem Securing Analytics Backend | Alias name [null] does not identify a key entry
search cancel

Problem Securing Analytics Backend | Alias name [null] does not identify a key entry

book

Article ID: 262913

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine CA Automic One Automation

Issue/Introduction

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?

Environment

Release : 21.0.x

Cause

The key store didn't contain a private key.

Resolution

Create a proper keystore with private/public key pair