[jboss-jira] [JBoss JIRA] (WFLY-7652) Elytron key-manager for server-ssl-context is not required
Martin Choma (JIRA)
issues at jboss.org
Wed Nov 23 02:59:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Choma updated WFLY-7652:
-------------------------------
Description:
It is possible to create server ssl context without key manager.
{code}
/subsystem=elytron/server-ssl-context=a:add()
{code}
Key manager in elytron holds reference to key store.
I can't think of use case where it would be usefull to configure server ssl context without specifying key store.
was:
It is possible to create server ssl context without key manager.
{code}
/subsystem=elytron/server-ssl-context=a:add()
{code}
Key manager in elytron holds reference to key store.
I can't think of use case where it would be usefull to configure server ssl context without specifying key store.
This was also confirmed by [~honza889]
https://issues.jboss.org/browse/JBEAP-5937?focusedCommentId=13326496&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13326496
> Elytron key-manager for server-ssl-context is not required
> ----------------------------------------------------------
>
> Key: WFLY-7652
> URL: https://issues.jboss.org/browse/WFLY-7652
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
>
> It is possible to create server ssl context without key manager.
> {code}
> /subsystem=elytron/server-ssl-context=a:add()
> {code}
> Key manager in elytron holds reference to key store.
> I can't think of use case where it would be usefull to configure server ssl context without specifying key store.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list