]
Chao Wang reassigned WFCORE-2465:
---------------------------------
Assignee: Chao Wang
Elytron key-manager for server-ssl-context is not required
----------------------------------------------------------
Key: WFCORE-2465
URL:
https://issues.jboss.org/browse/WFCORE-2465
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Assignee: Chao Wang
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.