Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update Chariot truststore

For the Two-Way handshaking to work we need to set the truststore on Chariot. By default Chariot comes with an empty truststore file which is located in the <chariot_install_dir>/chariot/security folder.

To view this file, run the ‘keytool -list -v -keystore clientcerts.jks’ command as shown below:

Update Chariot Clients Authentication Policy

Using a text editor, set the "clientAuthPolicy" to "required" in the <chariot_install_dir>/chariot/conf/com.cirruslink.chariot.server configurationfile.

Code Block
languagetext
clientAuthPolicy="required"

Anchor
MQTTEngineClientSide
MQTTEngineClientSide
MQTT Engine Client Side Configuration

...