[jboss-jira] [JBoss JIRA] (WFLY-9917) renewal of server certificate for Undertow without restarting server
Siddhartha De (JIRA)
issues at jboss.org
Wed Feb 28 03:35:00 EST 2018
[ https://issues.jboss.org/browse/WFLY-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539333#comment-13539333 ]
Siddhartha De commented on WFLY-9917:
-------------------------------------
I have two certificate under same keystore and switching between them does not become effective till reload, I have executed like below under elytron subsystem.
~~~
[standalone at localhost:9993 /] /subsystem=elytron/key-store=newKS:load()
{
"outcome" => "success",
"result" => undefined,
"response-headers" => {"process-state" => "reload-required"}
}
[standalone at localhost:9993 /] /subsystem=elytron/key-store=newKS:read-aliases()
{
"outcome" => "success",
"result" => [
"jboss",
"newkey"
]
}
/subsystem=elytron/key-store=newKS:write-attribute(name=alias-filter,value=newkey)
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
~~~
> 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: Web (Undertow)
> Affects Versions: 11.0.0.Final
> Reporter: Hisanobu Okuda
> Assignee: Stuart Douglas
>
> 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