diff --git a/docs/modules/ROOT/pages/hazelcast-platform-operator-tls.adoc b/docs/modules/ROOT/pages/hazelcast-platform-operator-tls.adoc index 76eec5b..53f1812 100644 --- a/docs/modules/ROOT/pages/hazelcast-platform-operator-tls.adoc +++ b/docs/modules/ROOT/pages/hazelcast-platform-operator-tls.adoc @@ -115,6 +115,7 @@ Run the following command for adding the cluster config to the CLC. ---- clc config add hz cluster.name=dev cluster.address= ssl.enabled=true ssl.server=example ssl.ca-path= ---- +-- Java:: + @@ -163,6 +164,7 @@ CLC:: clc -c hz map size ---- +-- Java:: +