docs: fix typo (#5301)

Fixed a typo/deprecated parameter --random-charset into --random.charset

Signed-off-by: Nicolas Znamenski <contact@loud.software>
pull/5287/head^2
Nicolas Znamenski 2023-04-22 20:03:39 -04:00 committed by GitHub
parent 4da5249b46
commit 0ec58d772a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ We strongly recommend the following guidelines for generating client secrets:
Authelia provides an easy way to perform such actions via the [Generating a Random Password Hash] guide. Users can Authelia provides an easy way to perform such actions via the [Generating a Random Password Hash] guide. Users can
perform a command such as perform a command such as
`authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random-charset rfc3986` command to `authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986` command to
both generate a client secret with 72 characters which is printed and is to be used with the relying party and hash it both generate a client secret with 72 characters which is printed and is to be used with the relying party and hash it
using PBKDF2 which can be stored in the Authelia configuration. This random command also avoids issues with a relying using PBKDF2 which can be stored in the Authelia configuration. This random command also avoids issues with a relying
party / client application encoding the characters correctly as it uses the party / client application encoding the characters correctly as it uses the