This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CC3230SF:错误–468 并在 uniflash 中验证证书

Guru**** 2382760 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1526846/cc3230sf-error--468-and-validating-cert-in-the-uniflash

器件型号:CC3230SF

工具/软件:

如何让 MCU 验证证书 Im(使用 MQTT 客户端示例)、并在代码中使用 isrgrootx1.pem 和.der 格式、但仍然收到–486 错误。 我相信 MCU 不会信任证书来建立正确的 MQTT 通信。

因此,我期待着任何人都能从这个问题上启发我

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Afiq、  

    是的、 您正在使用的证书不在可使用的可接受证书列表中、如 ti/simplelink_cc32xx_sdk_7_10_00_13/tools/cc32xx_tools/certificate-catalog/readme.html 所示 。 您可以使用不同的 证书、也可以尝试通过使用 OTP(一次性编程)文件创建新证书来绕过 certcatalog 列表。 我附上了一些关于如何执行此操作的链接。

    以下是处理证书的方法:

    https://www.ti.com/lit/ug/swpu332a/swpu332a.pdf

    这就是如何使用 OTP(就像创建自己的证书目录一样):

    https://www.ti.com/lit/ug/swru547a/swru547a.pdf

    谢谢您、

    Gregory Chekler