Skip to content

Commit

Permalink
docs(iroh-relay): README.md: config.toml must use [tls] instead of [t…
Browse files Browse the repository at this point in the history
…lsconfig] (#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.
  • Loading branch information
arcinston authored Jan 13, 2025
1 parent cd12da3 commit 4e2641d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The easiest get that is to generate self-signed certificates using `rcgen`

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.
```toml
[tlsconfig]
[tls]
cert_mode = "Manual"
manual_cert_path = "/path/to/certs/cert.pem"
manual_key_path = "/path/to/certs/cert.key.pem"
Expand Down

0 comments on commit 4e2641d

Please sign in to comment.