Update Security_Containers/authelia/README.md

This commit is contained in:
2026-09-13 04:48:19 +00:00
parent 9da2fd2cf1
commit 1c6fb16cb9
+1 -1
View File
@@ -4,7 +4,7 @@ https://github.com/authelia/authelia
``` ```
cd /srv/docker/authelia cd /srv/docker/authelia
mkdir -p secrets config mkdir -p secrets
openssl rand -hex 64 > secrets/jwt_secret openssl rand -hex 64 > secrets/jwt_secret
openssl rand -hex 64 > secrets/session_secret openssl rand -hex 64 > secrets/session_secret
openssl rand -hex 64 > secrets/storage_encryption_key openssl rand -hex 64 > secrets/storage_encryption_key