Lines Matching full:world
1 Hello World Example with TLS
22 This creates the scripts `hello-world-tls-server`, `hello-world-tls-client`,
27 Running the hello world with TLS is the same as the normal hello world, but takes additional args:
29 **hello-world-tls-server**:
36 **hello-world-tls-client**:
51 #### Hello world example with TLS (no mutual auth):
55 ./build/install/example-tls/bin/hello-world-tls-server 50440 ../../testing/src/main/resources/certs…
57 ./build/install/example-tls/bin/hello-world-tls-client localhost 50440 ../../testing/src/main/resou…
60 #### Hello world example with TLS with mutual auth:
64 ./build/install/example-tls/bin/hello-world-tls-server 50440 ../../testing/src/main/resources/certs…
66 ./build/install/example-tls/bin/hello-world-tls-client localhost 50440 ../../testing/src/main/resou…
90 $ bazel build :hello-world-tls-server :hello-world-tls-client
92 $ ../bazel-bin/hello-world-tls-server 50440 ../../testing/src/main/resources/certs/server1.pem ../.…
94 $ ../bazel-bin/hello-world-tls-client localhost 50440 ../../testing/src/main/resources/certs/ca.pem