Automating Certificate Generation and DUID Conversion in Tizen via CLI

I have access to the DUID in the following format through the API at http://192.168.0.139:8001/api/v2/:

"duid": "uuid:****-****-****-****-************"  

In the Tizen Certificate Manager GUI, the DUID is displayed in a different format: a string of 32 uppercase characters.

I need to understand the encryption or conversion method used to transform the API-provided DUID into the format required for certificates. Additionally, I would like to know how to communicate with the certification server programmatically.

Some constraints:

  • I do not intend to open a shell on the TV for security reasons; I will only enable Developer Mode.
  • I have access to SDB and plan to automate this process in a CI/CD pipeline using CLI tools.

If anyone could provide guidance or point me in the right direction, it would be greatly appreciated!

Hello,
For Smart TV questions, please log in to TV Seller Office: (Seller2.0), go to the 1:1 Q&A section, and ask a question.

Thank you, went there and posted.