From 6fc45cab5352482e2b447b38788c8ac8314098d3 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Thu, 15 Aug 2024 08:55:13 +0200 Subject: [PATCH] chore: prettier --- doc/broker/broker_testing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/broker/broker_testing.md b/doc/broker/broker_testing.md index 7ebd03e..53f87b9 100644 --- a/doc/broker/broker_testing.md +++ b/doc/broker/broker_testing.md @@ -19,14 +19,15 @@ PATH="$PWD/target/debug:$PATH" rosenpass gen-keys config-examples/peer-b-config. Now, open a second terminal and run the following in one (not using the broker): ```bash -PATH="$PWD/target/debug:$PATH" rosenpass exchange-config config-examples/peer-a-config.toml +PATH="$PWD/target/debug:$PATH" rosenpass exchange-config config-examples/peer-a-config.toml ``` + and the following in the other (spawning a broker and communicating with it via socketpair(2)): ```bash cd rosenpass -PATH="$PWD/target/debug:$PATH" rosenpass --psk_broker_spawn exchange-config config-examples/peer-a-config.toml -```` +PATH="$PWD/target/debug:$PATH" rosenpass --psk_broker_spawn exchange-config config-examples/peer-a-config.toml +``` You should see the two parties exchange keys, and can view the shared PSK via `wg show`.