Hi, Yes, you add your cert in the keystone, and you reference the keystone in activemq.xml configuration.
Regards JB > Le 30 mars 2021 à 23:37, Justin Taylor <jus...@lorencook.com> a écrit : > > I already have the certificate that I have to use, so in that case is it a > simple matter of adding an <sslContext> section to my > activemq\conf\activemq.xml file (with the correct keyStore & keyStorePassword > values)? > > <sslContext> > <sslContext keyStore="org/apache/activemq/security/broker1.ks" > keyStorePassword="password" /> > </sslContext> > > Thanks > > > -----Original Message----- > From: Jean-Baptiste Onofre [mailto:j...@nanthrax.net] > Sent: Monday, March 29, 2021 11:18 PM > To: users@activemq.apache.org > Subject: Re: SSL using existing cert > > Hi, > > Broker side, you can define the ssl context directly in activemq.xml where > you define the keystone. > > If you don’t need mutual authentication with SSL, you don’t need the trust > store, just the keystone. > > Just use the regular keygen tool to create a regular certificate (not > necessary self signed). > > Then, you can directly use a ssl base transport connector. > > Regards > JB