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