Update Security_Containers/authelia/README.md
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
Source: https://www.authelia.com/
|
||||
|
||||
https://github.com/authelia/authelia
|
||||
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/*
|
||||
```
|
||||
Reference in New Issue
Block a user