Skip to content

Define MQTT+TLS and WebSocket+TLS support #610

Answered by brusdev
lordigon asked this question in Q&A
Discussion options

You must be logged in to vote

Use the SSLSecret field to reuse a same secret for multiple acceptors, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: exoo
spec:
  deploymentPlan:
  acceptors:
    - name: mqtt-tls
      sslSecret: my-secret
      ...
    - name: ws-tls
      sslSecret: my-secret
      ...

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by brusdev
Comment options

You must be logged in to vote
1 reply
@brusdev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants