Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created May 25, 2022 03:00
Show Gist options
  • Save erangaeb/4ab3e226c5c5e91e62121d62b95d9824 to your computer and use it in GitHub Desktop.
Save erangaeb/4ab3e226c5c5e91e62121d62b95d9824 to your computer and use it in GitHub Desktop.
generate ipfs cluster secret
# generate cluster secret
export CLUSTER_SECRET=$(od -vN 32 -An -tx1 /dev/urandom | tr -d ' \n')
echo $CLUSTER_SECRET
# this is the generated cluster secret
e23e876e6742615eca9aefdc05943fa0d1bbc18f7d0a4f27e22ff8931fc56624
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment