diff --git a/docs/self-managed/connectors-deployment/connectors-configuration.md b/docs/self-managed/connectors-deployment/connectors-configuration.md index 9902f743f2..ddc999ba27 100644 --- a/docs/self-managed/connectors-deployment/connectors-configuration.md +++ b/docs/self-managed/connectors-deployment/connectors-configuration.md @@ -50,6 +50,13 @@ If you are connecting a local Connector runtime to a SaaS cluster, you may want Zeebe: +### Secure connection + +| Environment variable | Purpose | +| :-------------------------------------------------- | :----------------------------------------------------------------------------- | +| `CAMUNDA_CLIENT_ZEEBE_BASEURL` (required) | The base URL of the Zeebe broker (HTTPS) | +| `CAMUNDA_CLIENT_ZEEBE_CACERTIFICATEPATH` (optional) | The file location of the certificate to be used to connect to the Zeebe broker | + ```bash ZEEBE_CLIENT_BROKER_GATEWAY-ADDRESS=127.0.0.1:26500 ZEEBE_CLIENT_SECURITY_PLAINTEXT=true