Enable certificate checking during complement tests (#12435)
This commit is contained in:
parent
772bad2562
commit
214f3b7d21
|
@ -0,0 +1 @@
|
||||||
|
Enable certificate checking during complement tests.
|
|
@ -7,11 +7,6 @@ bcrypt_rounds: 4
|
||||||
|
|
||||||
## Federation ##
|
## Federation ##
|
||||||
|
|
||||||
# disable verification of federation certificates
|
|
||||||
#
|
|
||||||
# TODO: Figure out why this is still needed even though we are making use of the custom CA
|
|
||||||
federation_verify_certificates: false
|
|
||||||
|
|
||||||
# trust certs signed by Complement's CA
|
# trust certs signed by Complement's CA
|
||||||
federation_custom_ca_list:
|
federation_custom_ca_list:
|
||||||
- /complement/ca/ca.crt
|
- /complement/ca/ca.crt
|
||||||
|
|
|
@ -41,13 +41,6 @@ database:
|
||||||
|
|
||||||
## Federation ##
|
## Federation ##
|
||||||
|
|
||||||
|
|
||||||
# disable verification of federation certificates
|
|
||||||
#
|
|
||||||
# TODO: this is temporary; see
|
|
||||||
# https://github.com/matrix-org/synapse/issues/11803
|
|
||||||
federation_verify_certificates: false
|
|
||||||
|
|
||||||
# trust certs signed by the complement CA
|
# trust certs signed by the complement CA
|
||||||
federation_custom_ca_list:
|
federation_custom_ca_list:
|
||||||
- /complement/ca/ca.crt
|
- /complement/ca/ca.crt
|
||||||
|
|
Loading…
Reference in New Issue