You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `--cafile` argument enables TLS on the mosquitto client and specifies that the client should trust all server certificates issued by the specific file. You must specify a file that contains the issuer of the configured TLS server certificate.
675
+
The `--cafile` argument enables TLS on the Mosquitto client and specifies that the client should trust all server certificates issued by the specific file. You must specify a file that contains the issuer of the configured TLS server certificate.
676
676
677
677
Replace `$HOST` with the appropriate host:
678
678
@@ -854,7 +854,7 @@ After the BrokerListener resource is created, the operator automatically creates
854
854
855
855
### Connect to the broker with TLS
856
856
857
-
To test the TLS connection with mosquitto client, publish a message and pass the root CA certificate in the parameter `--cafile`.
857
+
To test the TLS connection with Mosquitto client, publish a message and pass the root CA certificate in the parameter `--cafile`.
0 commit comments