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 > Le 29 mars 2021 à 23:53, Justin Taylor <jus...@lorencook.com> a écrit : > > I need to have my ActiveMQ use SSL, with a certificate that I already have. > I must be misunderstanding something, because it looks to me like the docs > are talking about creating a new, self-signed certificate > (https://activemq.apache.org/how-do-i-use-ssl). That's not something I can > do. I have no doubt this is operator error, but I just can't see it. I'd be > grateful if someone could point out, what I'm sure should be obvious? > > TIA