Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae authored Jun 26, 2024
1 parent 70220a2 commit 154846c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aquadoggo_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
# => <PRE_SHARED_KEY>

# Pass the pre-shared key to your node via environment variables or config file
Expand Down

0 comments on commit 154846c

Please sign in to comment.