Is it possible to change keystore at runtime? Currently I am setting up SSL before I do a server.start() -
sslContextFactory.setTrustStore(ks); sslContextFactor
After posting this question in Jetty mailing list, I got response that is it not really feasible