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.

CC3200 SSL证书及格式问题

Other Parts Discussed in Thread: UNIFLASH, CC3200

Ti,您好

在CC3200的 SSL demo中,使用的CA证书的格式是DER,(#define SL_SSL_CA_CERT_FILE_NAME        "/cert/testcacert.der"),但是在uniflash中,证书路径显示为:/cert/ca.pem,请问在使用uniflash烧写证书到flash中时用的证书格式是pem格式吗?另外,在uniflash中除了/cert/ca.pem外,还有/cert/client.pem, /cert/prvivate.key,请问在这些的格式分别是什么,在代码中如何使用?