[
https://issues.jboss.org/browse/WFLY-9917?page=com.atlassian.jira.plugin....
]
Jan Kalina commented on WFLY-9917:
----------------------------------
If you switch keystore files (put new one on path of old one), you are able to do the
reload using:
{code}
/subsystem=elytron/key-store=newKS:load()
/subsystem=elytron/key-manager=newKM:init()
{code}
This will ensure new keystore file will start to be used.
*But this will NOT ensure any model changes (like attribute alias-filter) become
effective* - this would be new feature.
renewal of server certificate for Undertow without restarting server
--------------------------------------------------------------------
Key: WFLY-9917
URL:
https://issues.jboss.org/browse/WFLY-9917
Project: WildFly
Issue Type: Feature Request
Components: Security
Affects Versions: 11.0.0.Final
Reporter: Hisanobu Okuda
Assignee: Darran Lofthouse
It is convenient that a server certificate for https interface can be renewed without
restarting a server.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)