Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Clarify our trusted_key_servers config
Browse files Browse the repository at this point in the history
The current comment confused me on how exactly it was ignoring keys from matrix.org
  • Loading branch information
anoadragon453 committed May 3, 2023
1 parent 81d4b20 commit 4a1a0ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ for port in 8080 8081 8082; do
echo "tls_private_key_path: \"$DIR/$port/localhost:$port.tls.key\""

# Ignore keys from the trusted keys server
echo '# Ignore keys from the trusted keys server'
echo '# Ignore keys from the trusted keys server.'
echo '# Specifically, we do this by omitting the "verify_keys" option'
echo '# and enabling "accept_keys_insecurely"'
echo 'trusted_key_servers:'
echo ' - server_name: "matrix.org"'
echo ' accept_keys_insecurely: true'
Expand Down

0 comments on commit 4a1a0ad

Please sign in to comment.