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 ---

Dynamic SSL certs

2012-01-23 Thread James Green
Looking at ways to connect an fluctuating list of clients at customer sites to our ActiveMQ network of brokers. They all require anything going over the Internet to be SSL-encrypted. I really don't want to have to restart our brokers when a new customer comes on board (several per week). Is there