Re: RES: ActiveMQ-CPP with SSL

2012-05-11 Thread Timothy Bish
On Fri, 2012-05-11 at 16:12 -0300, Daniel Duarte Figueiredo wrote: > I had seen those docs > (http://activemq.apache.org/cms/how-do-i-use-the-ssl-transport.html) but the > problem is that I don't know how to generate the certificate: > > decaf::lang::System::setProperty( "decaf.net.ssl.trus

RES: ActiveMQ-CPP with SSL

2012-05-11 Thread Daniel Duarte Figueiredo
I had seen those docs (http://activemq.apache.org/cms/how-do-i-use-the-ssl-transport.html) but the problem is that I don't know how to generate the certificate: decaf::lang::System::setProperty( "decaf.net.ssl.trustStore", "/certificate.pem" ); I tried to set this property with the broker_c