This tool was written primarily to automatically generate a secure RedisAUTH token for use with Amazon Elasticache, which requires a minimum of 16 ASCII characters.
The generator is set to 18 characters by default.
Root permissions are not required, so using sudo
is not recommended.
- Clone this repositpory:
git clone https://github.com/cloudfrl-com/RedisAUTH.git
- Move into the directory
cd RedisAuth
- Make the file containing the script executable: chmod +x RedisAUTH.sh
- Run the script:
sh RedisAUTH.sh
- The generated AUTH token is printed in the terminal.