Skip to content

Commit 4e2641d

Browse files
authored
docs(iroh-relay): README.md: config.toml must use [tls] instead of [tlsconfig] (#3126)
## Description config.toml must use [tls] instead of [tlsconfig] ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent cd12da3 commit 4e2641d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-relay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The easiest get that is to generate self-signed certificates using `rcgen`
4949

5050
Next, add the certificate paths to your iroh-relay config, here is an example of a config.toml file that will enable quic address discovery.
5151
```toml
52-
[tlsconfig]
52+
[tls]
5353
cert_mode = "Manual"
5454
manual_cert_path = "/path/to/certs/cert.pem"
5555
manual_key_path = "/path/to/certs/cert.key.pem"

0 commit comments

Comments
 (0)