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,请问在这些的格式分别是什么,在代码中如何使用?