Mounting TLS key and crt as JKS in Kubernetes with Auto-Reload
Im using ActiveMQ Artemis on cloud(Kubernetes). It is defined to use SSL.
For using SSL –
I have a secret with tls.key
and tls.crt
which is mounted as volume to the pods.
Mounting TLS as JKS in Kubernetes
Im using ActiveMQ Artemis on cloud(Kubernetes). It is defined to use SSL.
For using SSL –
I have a secret with tls.key
and tls.crt
which is mounted as volume to the pods.