Skip to content

Commit ed35d09

Browse files
committed
fix(docs): correct TLS config key from [tls] to [server.tls]
1 parent f939f20 commit ed35d09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/administration/authentication.rdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Supported algorithms: RS256, ES256.
5252
## mTLS
5353

5454
```toml
55-
[tls]
55+
[server.tls]
5656
cert = "/path/to/server.crt"
5757
key = "/path/to/server.key"
5858
client_ca = "/path/to/ca.crt" # enables mTLS

docs/administration/tls.rdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ilp = false # disable TLS for high-throughput ILP ingest
2727
## mTLS (Mutual TLS)
2828

2929
```toml
30-
[tls]
30+
[server.tls]
3131
cert = "/path/to/server.crt"
3232
key = "/path/to/server.key"
3333
client_ca = "/path/to/ca.crt"

0 commit comments

Comments
 (0)