v0.18.0
v0.18.0 (Jan 1, 2024)
Enhancements
-
Client identity support:
--tls-cert-file
and--tls-key-file
are the (re-introduced)
options that allow the user to pass in a public certificate (key) and private key pair
for x.509 peer verification:rabbitmqadmin --use-tls --host 'target.domain' --port 15671 \ --tls-ca-cert-file '/path/to/ca_certificate.pem' \ --tls-cert-file '/path/to/client_certificate.pem' \ --tls-key-file '/path/to/client_key.pem' \ list connections
GitHub issue: #26
-
Initial cross-platform support for loading of trusted CA certificates
from system locations.This behavior is enabled automatically. The certificates in a PEM file passed in
via--tls-ca-cert-file
are merged with the list of CA certificates discovered in
the platform-specific stores.GitHub issue: #42
-
rabbitmqadmin show memory_breakdown
is a new command that outputs a breakdown of target node's memory footprint