-
Is it possible to configure a Certificate Revocation List via Artemis CRD? |
Beta Was this translation helpful? Give feedback.
Answered by
brusdev
Dec 16, 2022
Replies: 1 comment 3 replies
-
The kubectl create secret generic my-crl-secret --from-file=other-client-crl.pem=./other-client-crl.pem
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brusdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
brokerProperties
can be used to set acceptor params not defined in ActiveMQArtemis CRD, and theother-client-crl.pem
file can be included in a secret and mounted usingextraMounts
, i.e.kubectl create secret generic my-crl-secret --from-file=other-client-crl.pem=./other-client-crl.pem