-
Is it possible to define two acceptor namely:
at the same time? |
Beta Was this translation helpful? Give feedback.
Answered by
brusdev
Jun 9, 2023
Replies: 2 comments 1 reply
-
Use the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brusdev
-
@brusdev just another question that comes to my mind: is it possible to use different certificates for the two acceptor? apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: exoo
spec:
deploymentPlan:
acceptors:
- name: mqtt-tls
sslSecret: my-secret-1
...
- name: ws-tls
sslSecret: my-secret-2
... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
SSLSecret
field to reuse a same secret for multiple acceptors, i.e.