Skip to content

Commit 2b43c05

Browse files
committed
docs: Wiki for mTLS
Signed-off-by: [email protected] <[email protected]>
1 parent 6c8d23c commit 2b43c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03-concepts/14-mutual-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To enable mTLS in Cadence server, you need to configure TLS settings and start t
8585

8686
Use the `--zone` flag to specify the TLS configuration when starting the Cadence server:
8787

88-
```shell
88+
```bash
8989
./cadence-server --env development --zone tls start
9090
```
9191

@@ -101,7 +101,7 @@ To connect a Cadence client with mTLS, you need to configure TLS credentials and
101101

102102
## Complete Working Example
103103

104-
The [helloworld\_tls sample](https://github.com/cadence-workflow/cadence-samples/tree/master/new_samples/client_samples/helloworld_tls) provides a complete, tested implementation of mTLS with Cadence, including:
104+
The [helloworld_tls sample](https://github.com/cadence-workflow/cadence-samples/tree/master/new_samples/client_samples/helloworld_tls) provides a complete, tested implementation of mTLS with Cadence, including:
105105

106106
- Certificate generation scripts
107107
- Complete client implementation with mTLS

0 commit comments

Comments
 (0)