On Wed, 2013-01-16 at 08:40 -0800, jorge.medra wrote: > The process that I follow to create the KeyStore, for activemq server, and > PEM certified was: > > 1.- Create the Keystore with java keytools > > keytool -genkey -alias demo.cert -keystore demo.keystore -keyalg RSA > > 2.- Export Cert File, with keytools > > keytool -export -alias demo.cert -keystore demo.keystore -file demo.cert > > 3.- Create PEM file > > openssl x509 -inform der -in demo.cert -out demo.pem > > This PEM file is used in c++ client. > > What cold i be missing?? > >
Have you read through this? http://timbish.blogspot.com/2010/04/ussing-ssl-in-nmsactivemq.html What's the broker config? > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/SSL-Connection-with-ActiveMQ-CPP-3-4-5-and-3-5-0-in-OSX-tp4661808p4661832.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. -- Tim Bish Sr Software Engineer | RedHat Inc. [email protected] | www.fusesource.com | www.redhat.com skype: tabish121 | twitter: @tabish121 blog: http://timbish.blogspot.com/
