This example shows how to secure your Temporal application with mTLS. This is required to connect with Temporal Cloud or any production Temporal deployment.
See the mTLS tutorial.
On step 8, run npm start
to start the Worker.
On step 9, in another shell, enter npm run workflow
to run the Workflow. It should print out Hello, Temporal!