Skip to main content

Notes

# use this command in a linux ssh to generate a secret for the environmental variable:
# head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32 ; echo ''