Which prerequisite task must be done before encrypting a connection to an MQTT server?
Create a connection from the MQTT server to the SSL server.
Configure the Security identity property on the MQTT server to use encrypted message flow.
Configure the MQTT server to communicate using JMT encryption.
Create a truststore and import the MQTT server public certificate into the truststore.
Submit