Skip to content

Instantly share code, notes, and snippets.

@thattimc
Last active November 25, 2019 12:09
Show Gist options
  • Save thattimc/3bab3ca05cfc92c37e76de8dcb0dcedd to your computer and use it in GitHub Desktop.
Save thattimc/3bab3ca05cfc92c37e76de8dcb0dcedd to your computer and use it in GitHub Desktop.
Generate secret key
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment