How to connect the device using AT commands on the esp32 LilyGO T-SIM7600G to HiveMQ Cloud

I was following this user’s guide on arduino: https://forum.arduino.cc/t/sim7600g-h-mqtt-at-cmqttconnect-error/1050860, but I have an error in the following command:
AT+CSSLCFG?

+CSSLCFG: 0,4,3,1,300,“cacert.pem”,“clientcert.pem”,“clientkey.pem”,1,“”,0xFFFF
AT+CMQTTSTART
OK
//I copied the certificates from the link left by hivemq https://drive.google.com/file/d/1VfNZ1wWcXvRzuSCx7WtNGJxW1jq_R7nk/view, assuming that the order is as follows: carcert,client,clientkey
+CMQTTTTSTART: 7 // What does number 7 mean?

Hello @yoshiangel

Greetings and welcome to the HiveMQ Community Forum! We’re delighted to see your interest in MQTT and HiveMQ.

In response to your inquiry, may we kindly direct you to this link: Connecting ESP-32 CAM with HiveMQ Cloud , where my colleague has generously shared a working example.

Should you require additional assistance, please don’t hesitate to reach out to us, we are happy to assist.

Regards,
Dasha from the HiveMQ team