Skip to content

Commit

Permalink
Improve wording of Hookshot's encryption section
Browse files Browse the repository at this point in the history
  • Loading branch information
real-joshua committed Dec 15, 2023
1 parent 4f835e0 commit 29fa9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuring-playbook-bridge-hookshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Finally, run the playbook (see [installing](installing.md)).

### End-to-bridge endcryption

1. Enable by setting `matrix_hookshot_experimental_encryption_enabled: true`
You can enable [experimental encryption](https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html) for Hookshot by adding `matrix_hookshot_experimental_encryption_enabled: true` to your configuration (`vars.yml`) and [executing the playbook](installing.md) again.

If the crypto store has become corrupted, reset it by running `ansible-playbook -i inventory/hosts setup.yml -K --tags=reset-hookshot-encryption`.
Should the crypto store be corrupted, you can reset it by executing this Ansible playbook with the tag `reset-hookshot-encryption` added, for example `ansible-playbook -i inventory/hosts setup.yml -K --tags=reset-hookshot-encryption`).

## Usage

Expand Down

0 comments on commit 29fa9fa

Please sign in to comment.