Skip to content

How to enable sslAutoReload for console? #999

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

You must be logged in to vote

The auto reload of the acceptor certificates can be enabled by using the the broker properties and the auto reload of the console certificates can be enabled by using the webconfig system properties, i.e.

apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
  name: artemis-console
spec:
  acceptors:
    - name: my-acceptor
      port: 61626
      sslEnabled: true
      sslSecret: my-tls-secret
  console:
    expose: true
    sslEnabled: true
    sslSecret: my-tls-secret
  brokerProperties:
    - "acceptorConfigurations.my-acceptor.params.sslAutoReload=true"
  env:
    - name: JAVA_ARGS_APPEND
      value: -Dwebconfig.bindings.artemis.sslAutoReload=true

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@doxsch
Comment options

@doxsch
Comment options

@brusdev
Comment options

@brusdev
Comment options

@doxsch
Comment options

Answer selected by brusdev
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