[jboss-jira] [JBoss JIRA] (WFLY-9917) renewal of server certificate for Undertow without restarting server
Jan Kalina (JIRA)
issues at jboss.org
Thu Mar 1 10:26:02 EST 2018
[ https://issues.jboss.org/browse/WFLY-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540327#comment-13540327 ]
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)
More information about the jboss-jira
mailing list