[jboss-jira] [JBoss JIRA] (WFLY-8445) Non file-based keystores used in ssl configuration don't allow to set key alias
Josef Cacek (JIRA)
issues at jboss.org
Fri Mar 24 07:54:02 EDT 2017
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)
More information about the jboss-jira
mailing list