Skip to content
Discussion options

You must be logged in to vote

The java trust store (client.ts) in the tls-activemq-operator should include all the certificates to trust your clients. It is required only if your client certificate is not signed by a trusted Certificate Authority.

The host for ingress can be customized by setting the ingress IngressHost, i.e.

  acceptors:
  - name: sslacceptor
    ingressHost: broker1.amq-operator.company.net

The ingressHost field supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@subhidh-agarwal
Comment options

@brusdev
Comment options

@subhidh-agarwal
Comment options

Answer selected by subhidh-agarwal
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