In the EdgeLockTM SE05x for secure connection to Azure IoT Hub tutorial need to call the ssscli tool:
Send > ssscli connect se050 t1oi2c 0.
Send > ssscli get cert 0xF0000101 ./device_cert.cer.
Send > ssscli refpem ecc pair 0xF0000100 ./reference_key.pem.
Send > ssscli disconnect.
According to the answer here, I needed to use seTool since I don't have python in my Android environment.
But the seTool API is different than Ssscli:
Usage:
seTool genECC <keyId>
seTool setECC <keyId> <filename>
seTool getPublic <keyId> <filename>
seTool getRef <keyId> <filename>
So I would like to get an help, whats are the commands I need to send to get the device_cert.cer and reference_key.pem files