Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Embedded jetty - update keystore/truststore while running

Hi,

you need to write your own Keystore Handler and announce it to the SSLContext. When you can check the lastmodified timestamp of your jks file. if it changes
you reload the keystore and re init your internal keymanager/trustmanager.
And after that call the real function.

Gruß Thomas


Back to the top