From 4d0c0bdf9fd92dc4ed0bb585d7aaaef9ab234803 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Wed, 23 Oct 2019 23:59:03 +0700 Subject: [PATCH] Enable Redis requirepass for enhanced security --- scripts/install_redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_redis.sh b/scripts/install_redis.sh index ecaecf0..d2927df 100755 --- a/scripts/install_redis.sh +++ b/scripts/install_redis.sh @@ -84,7 +84,7 @@ EOL save_config "REDIS_PASSWORD=${REDIS_PASSWORD}" # Save log. - save_log -e "Redis server AUTH pass: ${REDIS_PASSWORD}\nSave this password and use it to authenticate your Redis connection (typically use -a parameter)." + save_log -e "Redis server requirepass is enabled, here is your authentication password: ${REDIS_PASSWORD}\nSave this password and use it to authenticate your Redis connection (typically use -a parameter)." fi # Custom kernel optimization for Redis.