Created
May 25, 2022 03:00
-
-
Save erangaeb/4ab3e226c5c5e91e62121d62b95d9824 to your computer and use it in GitHub Desktop.
generate ipfs cluster secret
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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