You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [TLS guide](https://www.rabbitmq.com/docs/ssl#peer-verification) and [Federation guide](https://www.rabbitmq.com/docs/federation#tls-connections) to learn more.
26
+
7
27
*`shovel disable_tls_peer_verification_for_all_source_uris` is a new command that disables TLS peer verification
let enable_tls_peer_verification_cmd = Command::new("enable_tls_peer_verification_for_all_upstreams")
3438
+
.about("Enables TLS peer verification for all federation upstreams with provided [RabbitMQ node-local] certificate paths.")
3439
+
.long_about("Enables TLS peer verification for all federation upstreams by updating their 'verify' parameter and adding [RabbitMQ node-local] certificate and private key file paths.")
3440
+
.arg(
3441
+
Arg::new("node_local_ca_certificate_bundle_path")
3442
+
.long("node-local-ca-certificate-bundle-path")
3443
+
.help("Path to the CA certificate bundle file on the target RabbitMQ node(s)")
0 commit comments