Skip to content

Commit

Permalink
Merge branch 'main' into feat/default-sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Fiordeponti committed Jan 29, 2024
2 parents 956c9fb + dd9b006 commit 505c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/30_Encryption_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ try {

#### How to generate a local master key using Shell Command
```shell
LC_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 96 | head -1
LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 96 | head -1
```

## Migration and change of the configurations
Expand Down

0 comments on commit 505c6b5

Please sign in to comment.