Fix typo in federation_verify_certificates in config documentation. (#15139)
parent
a068ad7dd4
commit
1a1738eca2
|
@ -0,0 +1 @@
|
||||||
|
Correct reference to `federation_verify_certificates` in configuration documentation.
|
|
@ -1105,7 +1105,7 @@ This setting should only be used in very specific cases, such as
|
||||||
federation over Tor hidden services and similar. For private networks
|
federation over Tor hidden services and similar. For private networks
|
||||||
of homeservers, you likely want to use a private CA instead.
|
of homeservers, you likely want to use a private CA instead.
|
||||||
|
|
||||||
Only effective if `federation_verify_certicates` is `true`.
|
Only effective if `federation_verify_certificates` is `true`.
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue