Skip to content

Commit 1d9facd

Browse files
style: apply review feedback
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b33d760 commit 1d9facd

File tree

1 file changed

+1
-1
lines changed
  • docs/self-managed/zeebe-deployment/configuration

1 file changed

+1
-1
lines changed

docs/self-managed/zeebe-deployment/configuration/gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ You can read more about intra-cluster security on [its dedicated page](../securi
248248
| certificateChainPath | Sets the path to the certificate chain file. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_CERTIFICATECHAINPATH`. | |
249249
| privateKeyPath | Sets the path to the private key file location. This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_PRIVATEKEYPATH`. | |
250250
| keyStore | Configures the keystore file containing both the certificate chain and the private key; currently only supports PKCS12 format. | |
251-
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
251+
| keyStore.filePath | The path for keystore file; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_FILEPATH`. | /path/key.pem |
252252
| keyStore.password | Sets the password for the keystore file, if not set it is assumed there is no password; This setting can also be overridden using the environment variable `ZEEBE_GATEWAY_CLUSTER_SECURITY_KEYSTORE_PASSWORD` | changeme |
253253

254254
#### YAML snippet

0 commit comments

Comments
 (0)