From 9da2fd2cf1f6eab9620a7462d8940a1a60c1bc0c Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 13 Sep 2026 04:45:37 +0000 Subject: [PATCH] Update Security_Containers/authelia/README.md --- Security_Containers/authelia/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Security_Containers/authelia/README.md b/Security_Containers/authelia/README.md index 3c95aeb..4630ae0 100644 --- a/Security_Containers/authelia/README.md +++ b/Security_Containers/authelia/README.md @@ -1,3 +1,12 @@ Source: https://www.authelia.com/ -https://github.com/authelia/authelia \ No newline at end of file +https://github.com/authelia/authelia + +``` +cd /srv/docker/authelia +mkdir -p secrets config +openssl rand -hex 64 > secrets/jwt_secret +openssl rand -hex 64 > secrets/session_secret +openssl rand -hex 64 > secrets/storage_encryption_key +chmod 600 secrets/* +``` \ No newline at end of file