diff --git a/docs/self-managed/quickstart/developer-quickstart/c8run.md b/docs/self-managed/quickstart/developer-quickstart/c8run.md index 592505a46c3..a4bc35ce37f 100644 --- a/docs/self-managed/quickstart/developer-quickstart/c8run.md +++ b/docs/self-managed/quickstart/developer-quickstart/c8run.md @@ -275,7 +275,7 @@ docker ps ### Enable TLS -TLS can be enabled by providing a local keystore file using the `--keystore` argument at startup. Camunda 8 Run accepts `.jks` certificate files. +TLS can be enabled by providing a local keystore file using the [`--keystore` and `--keystorePassword` configuration options](#configuration-options) at startup. Camunda 8 Run accepts `.jks` certificate files. Although Camunda 8 Run supports TLS, this is intended only for testing. :::note diff --git a/versioned_docs/version-8.8/self-managed/quickstart/developer-quickstart/c8run.md b/versioned_docs/version-8.8/self-managed/quickstart/developer-quickstart/c8run.md index 5948fe98d6c..aa57f053d2f 100644 --- a/versioned_docs/version-8.8/self-managed/quickstart/developer-quickstart/c8run.md +++ b/versioned_docs/version-8.8/self-managed/quickstart/developer-quickstart/c8run.md @@ -235,7 +235,7 @@ docker ps ### Enable TLS -TLS can be enabled by providing a local keystore file using the `--keystore` argument at startup. Camunda 8 Run accepts `.jks` certificate files. +TLS can be enabled by providing a local keystore file using the [`--keystore` and `--keystorePassword` configuration options](#configuration-options) at startup. Camunda 8 Run accepts `.jks` certificate files. Although C8Run supports TLS, this is intended only for testing. :::note