-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
AMQ 7.12.3.OPR.1.GA
-
None
-
False
-
None
-
False
-
-
The key point is that to use a provided tls secrets with -ptls suffix, then all the generated generated pemcfg secret will be fine, like below:
apiVersion: broker.amq.io/v1beta1 kind: ActiveMQArtemis metadata: name: artemis-broker spec: acceptors: - name: myacceptor protocols: CORE port: 61626 sslEnabled: true sslSecret: myacceptor-ptls <== note here brokerProperties: - "acceptorConfigurations.myacceptor.params.sslAutoReload=true"
There is a little note in the doc about it, see:
https://docs.redhat.com/en/documentation/red_hat_amq_broker/7.12/html-single/deploying_amq_broker_on_openshift/index#proc-br-securing-client-connections-ocp-service-serving_broker-ocp |
but it is not the same, pls add this part.