Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Updating SSL keystore

Hi,

On Wed, Feb 8, 2017 at 2:28 PM, Silvio Bierman
<sbierman@xxxxxxxxxxxxxxxxxx> wrote:
> Then it is simply a case of using
> request.getServletContext.getAttribute("container").asInstanceOf[JettyServletContainer]
> or something similar and call the reloadSslCertificates on it somewhere.

And how do you know you have to call reloadSslCertificates() ?
>From the application or externally ?
If externally, how do you trigger the call ? Via a special HTTP request or JMX ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top