Unable to start the Datacom Systems Rest API
Caused by: java.lang.IllegalArgumentException: Alias name Ý<alias-name>¨ does not identify a key entry
It is throwing the SSL error because the "<alias-name>" in keystore.p12 file, and the
"keyAlias" name in the SSL: section of the application_datacom.yml file are not the same.
Compare
/.../etc/keystore.p12
Alias name: <alias-name>
/.../config/application_datacom.yml
SSL:
enabled: true
keyAlias: <alias-name>
Set the keyAlias to "<alias-name>" under the SSL section of the
/.../config/application_datacom.yml
ssl:
enabled: false
keyAlias: <alias-name>
...
to match the "Alias name" in the
/.../etc/keystore.p12
Alias name: <alias-name>
...
and then submit the job to startup the Datacom Systems Rest API.