Skip to content

Instantly share code, notes, and snippets.

@radekstepan
Created September 4, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radekstepan/7d539e6a724da323c4dd87200dd4ef34 to your computer and use it in GitHub Desktop.
Save radekstepan/7d539e6a724da323c4dd87200dd4ef34 to your computer and use it in GitHub Desktop.
export SYSTEM_SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
echo "SYSTEM_SECRET is $SYSTEM_SECRET"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment