Skip to main content
added 1 character in body
Source Link
karel
  • 2k
  • 2
  • 19
  • 30

I have simple secure (I guess) Mosquitto severserver described in my previous question.

Client machine has no any keys or certificate installed except single ca.crt certificate file generated and taken from Mosquitto server.

Is it possible that request performed by simple MQTT client below is encrypted and secure?

mosquitto_sub -h 192.168.1.8 -t sensor --cafile ca.crt -p 8883 -d 

This client uses only single certificate file and no keys. Is it somehow possible encrypt traffic by having only certificate and no keys?

I have simple secure (I guess) Mosquitto sever described in my previous question.

Client machine has no any keys or certificate installed except single ca.crt certificate file generated and taken from Mosquitto server.

Is it possible that request performed by simple MQTT client below is encrypted and secure?

mosquitto_sub -h 192.168.1.8 -t sensor --cafile ca.crt -p 8883 -d 

This client uses only single certificate file and no keys. Is it somehow possible encrypt traffic by having only certificate and no keys?

I have simple secure (I guess) Mosquitto server described in my previous question.

Client machine has no any keys or certificate installed except single ca.crt certificate file generated and taken from Mosquitto server.

Is it possible that request performed by simple MQTT client below is encrypted and secure?

mosquitto_sub -h 192.168.1.8 -t sensor --cafile ca.crt -p 8883 -d 

This client uses only single certificate file and no keys. Is it somehow possible encrypt traffic by having only certificate and no keys?

Source Link
vico
  • 853
  • 3
  • 22
  • 35

Is it possible to encrypt traffic if I have only CA certificate?

I have simple secure (I guess) Mosquitto sever described in my previous question.

Client machine has no any keys or certificate installed except single ca.crt certificate file generated and taken from Mosquitto server.

Is it possible that request performed by simple MQTT client below is encrypted and secure?

mosquitto_sub -h 192.168.1.8 -t sensor --cafile ca.crt -p 8883 -d 

This client uses only single certificate file and no keys. Is it somehow possible encrypt traffic by having only certificate and no keys?