mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-12 01:49:56 +01:00
graylog: use random password
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Install Graylog
|
# Install Graylog
|
||||||
|
|
||||||
APP_NAME="Graylog"
|
APP_NAME="Graylog"
|
||||||
ADMIN_PASSWORD="graylog"
|
ADMIN_PASSWORD="$(openssl rand -base64 12)"
|
||||||
ADMIN_PASSWORD_HASH="$(echo -n ${ADMIN_PASSWORD} | sha256)"
|
ADMIN_PASSWORD_HASH="$(echo -n ${ADMIN_PASSWORD} | sha256)"
|
||||||
MONGODB_VERSION="60"
|
MONGODB_VERSION="60"
|
||||||
PASSWORD_SECRET="$(openssl rand -base64 128 | tr -dc 'A-Za-z0-9' | head -c 96)"
|
PASSWORD_SECRET="$(openssl rand -base64 128 | tr -dc 'A-Za-z0-9' | head -c 96)"
|
||||||
|
|||||||
Reference in New Issue
Block a user