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,请问在这些的格式分别是什么,在代码中如何使用?
Viki Shi:
The default format is PEM which is ascii form. In many systems, the binary format, DER, is more popular because it’s smaller in size. 格式之间可以互相转化,具体请参考:
processors.wiki.ti.com/…/CC3100_&_CC3200_Generate_Certificate
processors.wiki.ti.com/…/CC3200_SSL_Demo_Application