Current state
This commit is contained in:
10
authelia/gen-secrets.sh
Normal file
10
authelia/gen-secrets.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd $parent_path
|
||||
mkdir -p ./secrets
|
||||
openssl rand -base64 60 > ./secrets/JWT_SECRET
|
||||
openssl rand -base64 60 > ./secrets/SESSION_SECRET
|
||||
openssl rand -base64 60 > ./secrets/STORAGE_PASSWORD
|
||||
openssl rand -base64 60 > ./secrets/STORAGE_ENCRYPTION_KEY
|
||||
|
||||
Reference in New Issue
Block a user