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