File tree Expand file tree Collapse file tree 2 files changed +1
-58
lines changed
new_samples/client_samples/helloworld_tls Expand file tree Collapse file tree 2 files changed +1
-58
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ https://github.com/cadence-workflow/cadence/blob/e1267de12f8bc670fc84fab456d3495
1919 ```
2020
21214 . ** Start cadence server with TLS**
22- ``` bash
23- ./cadence-server --zone tls start
24- ```
25- Or
2622 ``` bash
2723 ./cadence-server --env development --zone tls start
2824 ```
@@ -32,8 +28,7 @@ https://github.com/cadence-workflow/cadence/blob/e1267de12f8bc670fc84fab456d3495
3228### Step 1: Download Certificates
3329``` bash
3430cd new_samples/client_samples/helloworld_tls/credentials
35- chmod +x download-certs.sh
36- ./download-certs.sh
31+ Download certificates from config/credentials of cadence server and place them here
3732cd ..
3833```
3934
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments