authelia: added note about generating secrets

This commit is contained in:
eyjhb 2025-03-01 17:00:42 +01:00
parent 7ab508d6d9
commit 47745359dc
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -3,4 +3,7 @@
./authelia.nix
./authelia-nginx.nix
];
# generate new authelia client secret like so
# authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986
}