From 154846c9207b3a991e67eedc5a85bac745941afa Mon Sep 17 00:00:00 2001 From: Sam Andreae Date: Wed, 26 Jun 2024 21:07:59 +0100 Subject: [PATCH] Update README.md --- aquadoggo_cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aquadoggo_cli/README.md b/aquadoggo_cli/README.md index 9a94b0085..17670eaea 100644 --- a/aquadoggo_cli/README.md +++ b/aquadoggo_cli/README.md @@ -175,8 +175,8 @@ blobs_base_path = "$HOME/.local/share/aquadoggo/blobs" > "I want only peers who know a pre-shared key to be able to join my network." ```sh -# Generate a 64 digit hexadecimal string, for example on the command line like this -hexdump -vn64 -e'"%x"' /dev/urandom +# Generate a 32 digit hexadecimal string, for example on the command line like this +hexdump -vn32 -e'"%x"' /dev/urandom # => # Pass the pre-shared key to your node via environment variables or config file