This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change
1
+ Don't use a trusted key server when running the demo scripts.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ for port in 8080 8081 8082; do
46
46
echo ' '
47
47
48
48
# Warning, this heredoc depends on the interaction of tabs and spaces.
49
- # Please don't accidentaly bork me with your fancy settings.
49
+ # Please don't accidentally bork me with your fancy settings.
50
50
listeners=$( cat << -PORTLISTENERS
51
51
# Configure server to listen on both $https_port and $port
52
52
# This overides some of the default settings above
@@ -80,12 +80,8 @@ for port in 8080 8081 8082; do
80
80
echo " tls_certificate_path: \" $DIR /$port /localhost:$port .tls.crt\" "
81
81
echo " tls_private_key_path: \" $DIR /$port /localhost:$port .tls.key\" "
82
82
83
- # Ignore keys from the trusted keys server
84
- echo ' # Ignore keys from the trusted keys server'
85
- echo ' trusted_key_servers:'
86
- echo ' - server_name: "matrix.org"'
87
- echo ' accept_keys_insecurely: true'
88
- echo ' '
83
+ # Request keys directly from servers contacted over federation
84
+ echo ' trusted_key_servers: []'
89
85
90
86
# Allow the servers to communicate over localhost.
91
87
allow_list=$( cat << -ALLOW_LIST
You can’t perform that action at this time.
0 commit comments