[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] Updating SSL keystore
|
Hello all,
I just want to report back about this: it works like a charm for me. We
implement multi-tenancy with client-specific SSL certificates using
Jetty SNI support. The keystore needs to be updated/extended frequently
and until now we had to restart the server to get the new certificates
available. Being able to do this while running is awesome.
Cheers,
Silvio
On 02/05/2017 11:59 PM, Simone Bordet wrote:
Hi,
On Sat, Feb 4, 2017 at 12:38 PM, John English <john.foreign@xxxxxxxxx> wrote:
When I renew my SSL certificate and update my keystore, is it possible to
get the server to reload the new certificate without restarting the server?
(I'm now using Jetty 9.4, BTW.)
Yes it is possible since we fixed
https://github.com/eclipse/jetty.project/issues/918.
There are gotchas in doing that, but the more feedback we get on this
feature, the better we can round off rough edges.