Re: Dynamic SSL certs

2012-01-24 Thread Jason Dillon
This might help, we are using something similar to this to install new trust certificates dynamically into ssl context used by activemq. http://jcalcote.wordpress.com/2010/06/22/managing-a-dynamic-java-trust-store/ --jason On Jan 23, 2012, at 11:21 PM, Dejan Bosanac wrote: > Hi James, > > t

Re: Dynamic SSL certs

2012-01-23 Thread Dejan Bosanac
Hi James, that's not possible at the moment. It'd be possible to implement some kind of a JMX hook that will be able to reload Spring SSL Context on demand. Wanna raise a Jira for that (and ideally take a stab at implementing it). Regards -- Dejan Bosanac - http://twitter.com/dejanb ---