]
Darran Lofthouse updated WFCORE-2575:
-------------------------------------
Issue Type: Feature Request (was: Bug)
Non file-based keystores used in ssl configuration don't allow to
set key alias
-------------------------------------------------------------------------------
Key: WFCORE-2575
URL:
https://issues.jboss.org/browse/WFCORE-2575
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management, Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Critical
Management model for SSL in security realms allows to configure alias to be used for the
keystore. Neverhteless this configuration doesn't work for non-file-based keystores.
E.g.
{code:xml}
<ssl>
<keystore provider="custodia-cli"
alias="server-ssl" keystore-password="thepassword" />
</ssl>
{code}
The problem is probably in {{ProviderKeyManagerService}} class which has no evidence
about the alias.