website/docs: fix openssl rand commands (#9554)
* website/docs: fix openssl rand commands Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Update website/integrations/sources/freeipa/index.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Jens L. <jens@beryju.org> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
@ -23,7 +23,7 @@ Start by generating passwords for the database and cache. You can use either of
|
||||
|
||||
```shell
|
||||
pwgen -s 50 1
|
||||
openssl rand -base64 36
|
||||
openssl rand 60 | base64
|
||||
```
|
||||
|
||||
### Set Values
|
||||
|
Reference in New Issue
Block a user