From 1c6fb16cb92e5a24e2ba89bf17ca1fab86815532 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 13 Sep 2026 04:48:19 +0000 Subject: [PATCH] Update Security_Containers/authelia/README.md --- Security_Containers/authelia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security_Containers/authelia/README.md b/Security_Containers/authelia/README.md index 4630ae0..f506aa7 100644 --- a/Security_Containers/authelia/README.md +++ b/Security_Containers/authelia/README.md @@ -4,7 +4,7 @@ https://github.com/authelia/authelia ``` cd /srv/docker/authelia -mkdir -p secrets config +mkdir -p secrets openssl rand -hex 64 > secrets/jwt_secret openssl rand -hex 64 > secrets/session_secret openssl rand -hex 64 > secrets/storage_encryption_key