Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/how-to/install/web-app-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ webapp:
FEATURE_ENABLE_MEDIA_EMBEDS: "false"
```

## Enable extra entropy
## Enable extra entropy (only on Windows)

The Wire desktop application uses system-dependent source of random bits as an internal entropy source when generating cryptographic keys. In certain cases it may be desired to enable externally generated entropy derived from mouse movement.
The Wire desktop application uses system-dependent source of random bits as an internal entropy source when generating cryptographic keys. In certain cases it may be desired to enable externally generated entropy derived from mouse movement. This option only affects Windows users.

To enable additional entropy during client creation add the following to your Helm overrides in `values/wire-server/values.yaml`:

Expand Down