Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/self-managed/quickstart/developer-quickstart/c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Access metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Access metrics
Expand Down
Loading