docs: fix examples

This commit is contained in:
Yujia Qiao 2022-01-18 22:03:31 +08:00
parent 1fe3509536
commit ea6a607706
No known key found for this signature in database
GPG Key ID: DC129173B148701B
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ default_token = "123"
[client.transport]
type = "tls"
[client.transport.tls]
trusted_root = "example/tls/ca-cert.pem"
trusted_root = "examples/tls/ca-cert.pem"
hostname = "0.0.0.0"
[client.services.foo1]

View File

@ -5,7 +5,7 @@ default_token = "123"
[server.transport]
type = "tls"
[server.transport.tls]
pkcs12 = "example/tls/identity.pfx"
pkcs12 = "examples/tls/identity.pfx"
pkcs12_password = "1234"
[server.services.foo1]