How to use seTool instead of ssscli

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use seTool instead of ssscli

816 Views
nehadad
Contributor II

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

0 Kudos
Reply
1 Reply

796 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @nehadad ,

 

Actually the seTool can just be used to create reference key file in your case, to get the cert you may refer to another demo : se05x_GetCertificate.

Kan_Li_0-1677466218419.png

so the keyId is "0xF0000100" in your exmaple and the filename is "./reference_key.pem" . 

 

Hope that makes sense,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

 

0 Kudos
Reply