]
Darran Lofthouse moved WFLY-8445 to WFCORE-2575:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2575 (was: WFLY-8445)
Component/s: Domain Management
Security
(was: Domain Management)
(was: Security)
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: Bug
Components: Domain Management, Security
Reporter: Josef Cacek
Assignee: Brian Stansberry
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.