Josef Cacek created WFLY-8445:
---------------------------------
Summary: Non file-based keystores used in ssl configuration don't allow
to set key alias
Key: WFLY-8445
URL:
https://issues.jboss.org/browse/WFLY-8445
Project: WildFly
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)