Skip to main content

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

On 06/02/2017 12:55, John English wrote:
That sounds excellent. Is there any documentation/examples showing how
to use this feature? My initial thought is to add a thread that wakes up
every so many hours, checks the date on the keystore, and reloads if
it's been updated... but then I need to locate the keystore file... I
could add a servlet config parameter, but maybe there's another way? Any
suggestions?

Oops, finally spotted the link to the update on Github, which has a test program using basically the approach I just suggested... and leads me to SslContextFactory.getKeyStorePath...

I'd still be interested to see any other example code, though...

Thanks,
--
John English


Back to the top